[geos-commits] r2492 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri May 8 04:44:28 EDT 2009


Author: strk
Date: 2009-05-08 04:44:28 -0400 (Fri, 08 May 2009)
New Revision: 2492

Modified:
   trunk/capi/geos_c.h.in
Log:
Always include stddef.h. Closes bug #213


Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2009-05-07 16:15:42 UTC (rev 2491)
+++ trunk/capi/geos_c.h.in	2009-05-08 08:44:28 UTC (rev 2492)
@@ -30,9 +30,7 @@
 #ifndef GEOS_C_H_INCLUDED
 #define GEOS_C_H_INCLUDED
 
-#ifndef __cplusplus
 # include <stddef.h> /* for size_t definition */
-#endif
 
 #ifdef __cplusplus
 extern "C" {



More information about the geos-commits mailing list