fix for fix, corrention by MiikaH since I cant test.

This commit is contained in:
Campbell Barton 2010-09-19 12:19:58 +00:00
parent b26de72970
commit 5b92c5bc54

@ -42,7 +42,7 @@
#ifdef WIN32 #ifdef WIN32
/* for size_t, only needed on win32 for some reason */ /* for size_t, only needed on win32 for some reason */
#include <sys/types.h> #include <stddef.h>
#endif #endif
struct direntry; struct direntry;