[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59106] branches/soc-2013-depsgraph_mt/ source/blender/blenlib/intern/sort.c: Fix compilation error, missing size_t declaration

Sergey Sharybin sergey.vfx at gmail.com
Tue Aug 13 09:54:55 CEST 2013


Revision: 59106
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59106
Author:   nazgul
Date:     2013-08-13 07:54:55 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
Fix compilation error, missing size_t declaration

Modified Paths:
--------------
    branches/soc-2013-depsgraph_mt/source/blender/blenlib/intern/sort.c

Modified: branches/soc-2013-depsgraph_mt/source/blender/blenlib/intern/sort.c
===================================================================
--- branches/soc-2013-depsgraph_mt/source/blender/blenlib/intern/sort.c	2013-08-13 07:48:07 UTC (rev 59105)
+++ branches/soc-2013-depsgraph_mt/source/blender/blenlib/intern/sort.c	2013-08-13 07:54:55 UTC (rev 59106)
@@ -30,6 +30,8 @@
  *  \ingroup bli
  */
 
+#include <stdlib.h>
+
 #include "BLI_utildefines.h"
 
 #include "BLI_sort.h"




More information about the Bf-blender-cvs mailing list