[GRASS-SVN] r39438 - grass/branches/develbranch_6/lib/gpde

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 8 03:55:08 EDT 2009


Author: martinl
Date: 2009-10-08 03:55:08 -0400 (Thu, 08 Oct 2009)
New Revision: 39438

Modified:
   grass/branches/develbranch_6/lib/gpde/N_les.c
Log:
Glynn: Include standard headers before GRASS headers
       (merge r39433 from trunk)


Modified: grass/branches/develbranch_6/lib/gpde/N_les.c
===================================================================
--- grass/branches/develbranch_6/lib/gpde/N_les.c	2009-10-08 07:53:45 UTC (rev 39437)
+++ grass/branches/develbranch_6/lib/gpde/N_les.c	2009-10-08 07:55:08 UTC (rev 39438)
@@ -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