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