[GRASS-SVN] r29429 - grass/trunk/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 12 19:45:20 EST 2007


Author: martinl
Date: 2007-12-12 19:45:20 -0500 (Wed, 12 Dec 2007)
New Revision: 29429

Modified:
   grass/trunk/lib/ogsf/gsd_img_mpeg.c
Log:
Missing header added (string.h/strcmp)

Modified: grass/trunk/lib/ogsf/gsd_img_mpeg.c
===================================================================
--- grass/trunk/lib/ogsf/gsd_img_mpeg.c	2007-12-13 00:41:04 UTC (rev 29428)
+++ grass/trunk/lib/ogsf/gsd_img_mpeg.c	2007-12-13 00:45:20 UTC (rev 29429)
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 #include <grass/ogsf_proto.h>
 #include <grass/gstypes.h>



More information about the grass-commit mailing list