From: Simon Marlow Date: Thu, 6 Aug 2009 08:17:47 +0000 (+0000) Subject: add #include (hopefully fixes OS X build) X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b2b2744e0a095b9a86952adabfe0a7410dcf5489;p=ghc-hetmet.git add #include (hopefully fixes OS X build) --- diff --git a/rts/posix/FileLock.c b/rts/posix/FileLock.c index a6052c7..7023b9e 100644 --- a/rts/posix/FileLock.c +++ b/rts/posix/FileLock.c @@ -13,8 +13,9 @@ #include "Hash.h" #include "RtsUtils.h" -#include +#include #include +#include #include typedef struct {