gegl r2975 - in trunk: . tests/buffer
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2975 - in trunk: . tests/buffer
- Date: Sat, 21 Mar 2009 11:26:08 +0000 (UTC)
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]