From: sof Date: Sat, 3 Nov 2001 00:29:13 +0000 (+0000) Subject: [project @ 2001-11-03 00:29:13 by sof] X-Git-Tag: Approximately_9120_patches~647 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b32960cc2cc43c748d4c9d80a051f9c3a52d2194;p=ghc-hetmet.git [project @ 2001-11-03 00:29:13 by sof] mingw32: #include process.h to bring _getpid() proto into scope. --- diff --git a/ghc/utils/hsc2hs/Makefile b/ghc/utils/hsc2hs/Makefile index 352d102..e88e632 100644 --- a/ghc/utils/hsc2hs/Makefile +++ b/ghc/utils/hsc2hs/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.25 2001/10/23 16:31:05 rrt Exp $ +# $Id: Makefile,v 1.26 2001/11/03 00:29:13 sof Exp $ TOP=../.. include $(TOP)/mk/boilerplate.mk @@ -16,7 +16,7 @@ HS_PROG = hsc2hs endif SRC_HC_OPTS += -package util -cpp ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -SRC_HC_OPTS += -package win32 +SRC_HC_OPTS += -package win32 '-\#include ' endif ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"