From: simonmar Date: Wed, 23 Feb 2005 10:57:52 +0000 (+0000) Subject: [project @ 2005-02-23 10:57:52 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1036 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aafc20f801e42f218f2537a97b5609445129254d [project @ 2005-02-23 10:57:52 by simonmar] Move include of later --- diff --git a/ghc/compiler/parser/hschooks.c b/ghc/compiler/parser/hschooks.c index 7b4f82b..cca3002 100644 --- a/ghc/compiler/parser/hschooks.c +++ b/ghc/compiler/parser/hschooks.c @@ -4,8 +4,6 @@ for various bits of the RTS. They are linked in instead of the defaults. */ -#include - /* For GHC 4.08, we are relying on the fact that RtsFlags has * compatibile layout with the current version, because we're * #including the current version of RtsFlags.h below. 4.08 didn't @@ -22,6 +20,8 @@ in instead of the defaults. #include "HsFFI.h" +#include + #ifdef HAVE_UNISTD_H #include #endif