[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59291] trunk/blender/source/blender/ blenlib/intern/sort.c: Attempt to fix compilation error of sort.c

Sergey Sharybin sergey.vfx at gmail.com
Mon Aug 19 13:50:33 CEST 2013


Revision: 59291
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59291
Author:   nazgul
Date:     2013-08-19 11:50:33 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
Attempt to fix compilation error of sort.c

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/sort.c

Modified: trunk/blender/source/blender/blenlib/intern/sort.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/sort.c	2013-08-19 11:49:10 UTC (rev 59290)
+++ trunk/blender/source/blender/blenlib/intern/sort.c	2013-08-19 11:50:33 UTC (rev 59291)
@@ -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