gegl r2975 - in trunk: . tests/buffer



Author: martinn
Date: Sat Mar 21 11:26:07 2009
New Revision: 2975
URL: http://svn.gnome.org/viewvc/gegl?rev=2975&view=rev

Log:
Include <stdlib.h> for system() in buffer-test.c

Modified:
   trunk/ChangeLog
   trunk/tests/buffer/buffer-test.c

Modified: trunk/tests/buffer/buffer-test.c
==============================================================================
--- trunk/tests/buffer/buffer-test.c	(original)
+++ trunk/tests/buffer/buffer-test.c	Sat Mar 21 11:26:07 2009
@@ -2,6 +2,7 @@
 #include <gegl-buffer.h>
 #include <math.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 /* This file consists of a testing suite for the GeglBuffer API. For every
  * function matching the regexp ^static.*(' in the file a test is performed and



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]