diff --git a/Foreign/CUDA/FFT/Error.chs b/Foreign/CUDA/FFT/Error.chs
--- a/Foreign/CUDA/FFT/Error.chs
+++ b/Foreign/CUDA/FFT/Error.chs
@@ -9,7 +9,7 @@
 import Data.Typeable
 import Control.Exception
 
-#include <cufft.h>
+#include <cbits/wrap.h>
 {# context lib="cufft" #}
 
 
diff --git a/Foreign/CUDA/FFT/Execute.chs b/Foreign/CUDA/FFT/Execute.chs
--- a/Foreign/CUDA/FFT/Execute.chs
+++ b/Foreign/CUDA/FFT/Execute.chs
@@ -18,7 +18,7 @@
 import Foreign
 import Foreign.C
 
-#include <cufft.h>
+#include <cbits/wrap.h>
 {# context lib="cufft" #}
 
 -- | Executes a single-precision complex-to-complex transform plan in the
diff --git a/Foreign/CUDA/FFT/Plan.chs b/Foreign/CUDA/FFT/Plan.chs
--- a/Foreign/CUDA/FFT/Plan.chs
+++ b/Foreign/CUDA/FFT/Plan.chs
@@ -22,7 +22,7 @@
 import Foreign.C
 import Control.Monad                            ( liftM )
 
-#include <cufft.h>
+#include <cbits/wrap.h>
 {# context lib="cufft" #}
 
 
diff --git a/cufft.cabal b/cufft.cabal
--- a/cufft.cabal
+++ b/cufft.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                cufft
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Haskell bindings for the CUFFT library
 description:         The CUFFT library is part of the CUDA developer toolkit.
                      .
@@ -41,6 +41,8 @@
 
   build-tools:          c2hs >= 0.16
   ghc-options:          -Wall -O2 -funbox-strict-fields -fwarn-tabs
+
+  include-dirs:         .
 
 Source-repository head
   Type:                 git
