[project @ 2004-08-16 11:07:31 by simonmar]
[haskell-directory.git] / cbits / rawSystem.c
index 7a8f1a8..0a31546 100644 (file)
 /* This ifdef is required because this source might be compiled by an
  * external compiler.  See ghc/utils/runghc/rawSystem.c for example.
  */
+#ifdef __GLASGOW_HASKELL__
 #if __GLASGOW_HASKELL__ < 603
 #include "config.h"
 #else
 #include "ghcconfig.h"
 #endif
+#endif
 
 #include <stdio.h>
 #include <stdlib.h>