From: Malcolm.Wallace@cs.york.ac.uk Date: Sat, 14 Apr 2007 15:55:07 +0000 (+0000) Subject: MacOS 10.3 needs #include as well X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=fc065cb91fe1bead6635b6361e6e2f5743e37095 MacOS 10.3 needs #include as well --- diff --git a/NHC/PosixTypes.hsc b/NHC/PosixTypes.hsc index fabe253..b5ad5c6 100644 --- a/NHC/PosixTypes.hsc +++ b/NHC/PosixTypes.hsc @@ -51,6 +51,7 @@ import Control.Monad -- Curious hack to ensure that the CTypes macros are expanded *after* hsc2hs. ##include "CTypes.h" -- C header files that contain all the types we are looking for here. +#include #include #include #include