add includes for windows.

This commit is contained in:
Campbell Barton 2011-06-09 18:28:58 +00:00
parent 13465fd817
commit c8a654c41c
2 changed files with 2 additions and 0 deletions

@ -57,6 +57,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BLI_math_base.h"
#if defined WIN32 && !defined _LIBC
# include "BLI_fnmatch.h" /* use fnmatch included in blenlib */

@ -77,6 +77,7 @@
/* This little block needed for linking to Blender... */
#include "BKE_text.h"
#include "BLI_blenlib.h"
#include "BLI_math_base.h"
#define FILE_MAX 240 // repeated here to avoid dependency from BKE_utildefines.h