From b2b2744e0a095b9a86952adabfe0a7410dcf5489 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 6 Aug 2009 08:17:47 +0000 Subject: [PATCH] add #include (hopefully fixes OS X build) --- rts/posix/FileLock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 1.7.10.4