From: Ian Lynagh Date: Wed, 20 Jan 2010 20:19:58 +0000 (+0000) Subject: Include regex.h in Linker.c on OS X too X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=620bcf1a0e204c1e61560f6f23549997c678f570 Include regex.h in Linker.c on OS X too --- diff --git a/rts/Linker.c b/rts/Linker.c index 7e93765..2f40270 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -89,6 +89,7 @@ # include #elif defined(darwin_HOST_OS) # define OBJFORMAT_MACHO +# include # include # include # include