[GRASS-SVN] r32051 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 8 13:41:19 EDT 2008


Author: martinl
Date: 2008-07-08 13:41:18 -0400 (Tue, 08 Jul 2008)
New Revision: 32051

Modified:
   grass/trunk/include/nviz.h
Log:
nvizlib: fix compilation error, include <grass/config.h>

Modified: grass/trunk/include/nviz.h
===================================================================
--- grass/trunk/include/nviz.h	2008-07-08 13:37:06 UTC (rev 32050)
+++ grass/trunk/include/nviz.h	2008-07-08 17:41:18 UTC (rev 32051)
@@ -1,6 +1,8 @@
 #ifndef GRASS_NVIZ_H
 #define GRASS_NVIZ_H
 
+#include <grass/config.h>
+
 /*** Windows headers ***/
 #if defined(OPENGL_WINDOWS)
 #  define WIN32_LEAN_AND_MEAN



More information about the grass-commit mailing list