[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32009] trunk/blender/source/blender/ blenlib/BLI_storage.h: fix for fix, corrention by MiikaH since I cant test.

Campbell Barton ideasman42 at gmail.com
Sun Sep 19 14:19:58 CEST 2010


Revision: 32009
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32009
Author:   campbellbarton
Date:     2010-09-19 14:19:58 +0200 (Sun, 19 Sep 2010)

Log Message:
-----------
fix for fix, corrention by MiikaH since I cant test.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/BLI_storage.h

Modified: trunk/blender/source/blender/blenlib/BLI_storage.h
===================================================================
--- trunk/blender/source/blender/blenlib/BLI_storage.h	2010-09-19 10:43:42 UTC (rev 32008)
+++ trunk/blender/source/blender/blenlib/BLI_storage.h	2010-09-19 12:19:58 UTC (rev 32009)
@@ -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;





More information about the Bf-blender-cvs mailing list