[GRASS-SVN] r45340 - grass/trunk/ps/ps.map

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 8 23:43:18 EST 2011


Author: hamish
Date: 2011-02-08 20:43:18 -0800 (Tue, 08 Feb 2011)
New Revision: 45340

Modified:
   grass/trunk/ps/ps.map/r_colortable.c
Log:
+ missing #include

Modified: grass/trunk/ps/ps.map/r_colortable.c
===================================================================
--- grass/trunk/ps/ps.map/r_colortable.c	2011-02-08 15:09:11 UTC (rev 45339)
+++ grass/trunk/ps/ps.map/r_colortable.c	2011-02-09 04:43:18 UTC (rev 45340)
@@ -5,6 +5,7 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <grass/colors.h>
 #include <grass/raster.h>
 #include <grass/glocale.h>
 #include "colortable.h"



More information about the grass-commit mailing list