[GRASS-SVN] r33392 - grass/trunk/swig/python/NumPtr/src
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 10 20:47:52 EDT 2008
Author: hamish
Date: 2008-09-10 20:47:51 -0400 (Wed, 10 Sep 2008)
New Revision: 33392
Modified:
grass/trunk/swig/python/NumPtr/src/test.c
Log:
include stdio.h for printf (merge from devbr6)
Modified: grass/trunk/swig/python/NumPtr/src/test.c
===================================================================
--- grass/trunk/swig/python/NumPtr/src/test.c 2008-09-11 00:39:21 UTC (rev 33391)
+++ grass/trunk/swig/python/NumPtr/src/test.c 2008-09-11 00:47:51 UTC (rev 33392)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
void test1(double *a, int n)
{
int i;
More information about the grass-commit
mailing list