hopefully fix compiling on win32

This commit is contained in:
Campbell Barton 2007-12-20 12:37:15 +00:00
parent a637aca44a
commit 846e4027ce

@ -53,19 +53,20 @@
/* path/file handeling stuff */
#ifndef WIN32
#include <dirent.h>
#include <unistd.h>
#else
#include "BLI_winstuff.h"
#include <io.h>
#endif
#include <sys/stat.h>
#include <sys/types.h>
#include <math.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#define FILE_MAX 240