From bf1530efdee344ee89cac1e37cb208222b4edff2 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 4 Sep 2010 22:37:03 +0000 Subject: [PATCH] Fix the build when HAVE_KQUEUE but not HAVE_KEVENT64 --- System/Event/KQueue.hsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/System/Event/KQueue.hsc b/System/Event/KQueue.hsc index 9c7c36c..832a3a8 100644 --- a/System/Event/KQueue.hsc +++ b/System/Event/KQueue.hsc @@ -45,6 +45,8 @@ import qualified System.Event.Array as A import Data.Int (Int64) import Data.Word (Word64) import Foreign.C.Types (CUInt) +#else +import Foreign.C.Types (CIntPtr, CUIntPtr) #endif #include -- 1.7.10.4