diff options
Diffstat (limited to 'lib/Numeric/GSL')
-rw-r--r-- | lib/Numeric/GSL/Polynomials.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Numeric/GSL/Polynomials.hs b/lib/Numeric/GSL/Polynomials.hs index 9d1cf8c..c0318d7 100644 --- a/lib/Numeric/GSL/Polynomials.hs +++ b/lib/Numeric/GSL/Polynomials.hs | |||
@@ -19,7 +19,9 @@ module Numeric.GSL.Polynomials ( | |||
19 | polySolve | 19 | polySolve |
20 | ) where | 20 | ) where |
21 | 21 | ||
22 | #ifndef ABSTRACTCINT | ||
22 | import Foreign.C.Types(CInt(..)) | 23 | import Foreign.C.Types(CInt(..)) |
24 | #endif | ||
23 | import Data.Packed.Internal | 25 | import Data.Packed.Internal |
24 | import Data.Complex | 26 | import Data.Complex |
25 | import System.IO.Unsafe (unsafePerformIO) | 27 | import System.IO.Unsafe (unsafePerformIO) |