Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-09-19 16:19:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-19 16:19:58 +0400
commit5b92c5bc54704fa8f6fe56f376fd7105aed4c64b (patch)
tree484070bd631d4bc66e8b001ce6a4a5ae5b98618c /source/blender/blenlib/BLI_storage.h
parentb26de72970299484aecd1d7773e9b13fb21a1d63 (diff)
fix for fix, corrention by MiikaH since I cant test.
Diffstat (limited to 'source/blender/blenlib/BLI_storage.h')
-rw-r--r--source/blender/blenlib/BLI_storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_storage.h b/source/blender/blenlib/BLI_storage.h
index ec4e999b508..e443a853324 100644
--- a/source/blender/blenlib/BLI_storage.h
+++ b/source/blender/blenlib/BLI_storage.h
@@ -42,7 +42,7 @@
#ifdef WIN32
/* for size_t, only needed on win32 for some reason */
-#include <sys/types.h>
+#include <stddef.h>
#endif
struct direntry;