From b4b1086026f9754915c33bab032a37fa29446c36 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Mon, 19 Dec 2011 22:52:04 +0000 Subject: [PATCH] Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads configurations --- src/gravity.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gravity.c b/src/gravity.c index 4f8fdc12b..3af3e7ac9 100644 --- a/src/gravity.c +++ b/src/gravity.c @@ -1,4 +1,5 @@ #include +#include #include #include "defines.h" #include "gravity.h"