[GRASS-SVN] r39433 - grass/trunk/lib/gpde

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 7 22:30:01 EDT 2009


Author: glynn
Date: 2009-10-07 22:30:00 -0400 (Wed, 07 Oct 2009)
New Revision: 39433

Modified:
   grass/trunk/lib/gpde/N_les.c
Log:
Include standard headers before GRASS headers


Modified: grass/trunk/lib/gpde/N_les.c
===================================================================
--- grass/trunk/lib/gpde/N_les.c	2009-10-07 18:39:32 UTC (rev 39432)
+++ grass/trunk/lib/gpde/N_les.c	2009-10-08 02:30:00 UTC (rev 39433)
@@ -16,9 +16,9 @@
 *
 *****************************************************************************/
 
+#include <stdlib.h>
 #include "grass/N_pde.h"
 #include "grass/gmath.h"
-#include <stdlib.h>
 
 
 /*!



More information about the grass-commit mailing list