Allow "INLINEABLE" as a synonym
[ghc-hetmet.git] / rts / posix / FileLock.c
index a6052c7..7023b9e 100644 (file)
@@ -13,8 +13,9 @@
 #include "Hash.h"
 #include "RtsUtils.h"
 
-#include <unistd.h>
+#include <sys/types.h>
 #include <sys/stat.h>
+#include <unistd.h>
 #include <errno.h>
 
 typedef struct {