From b32960cc2cc43c748d4c9d80a051f9c3a52d2194 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 3 Nov 2001 00:29:13 +0000 Subject: [PATCH] [project @ 2001-11-03 00:29:13 by sof] mingw32: #include process.h to bring _getpid() proto into scope. --- ghc/utils/hsc2hs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4