From fc065cb91fe1bead6635b6361e6e2f5743e37095 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Sat, 14 Apr 2007 15:55:07 +0000 Subject: [PATCH] MacOS 10.3 needs #include as well --- NHC/PosixTypes.hsc | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4