X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FOSMem.c;h=66f6309bb09565cb48cd617bd4591fafb35d521d;hb=7453eaaf0b690420ef2359f022a1838ad697b441;hp=9b71d1c7dbb42f90e56e4fcb11c17661c38db52d;hpb=8425c809cc6ba7346b57fb58920ff424533059f2;p=ghc-hetmet.git diff --git a/rts/posix/OSMem.c b/rts/posix/OSMem.c index 9b71d1c..66f6309 100644 --- a/rts/posix/OSMem.c +++ b/rts/posix/OSMem.c @@ -25,6 +25,9 @@ #ifdef HAVE_STRING_H #include #endif +#ifdef HAVE_FCNTL_H +#include +#endif #include