]> granicus.if.org Git - postgis/commitdiff
Added Cygwin endian definition include to fix windows compile.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 21 Nov 2003 23:51:14 +0000 (23:51 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 21 Nov 2003 23:51:14 +0000 (23:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@381 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp.c

index b684588f0778869f58d40f1bd9c8082a16e9a27f..4f2fb47424009e227ecaa6076be3b908032f3ac9 100644 (file)
@@ -10,6 +10,9 @@
  * 
  **********************************************************************
  * $Log$
+ * Revision 1.29  2003/11/21 23:51:14  pramsey
+ * Added Cygwin endian definition include to fix windows compile.
+ *
  * Revision 1.28  2003/11/20 18:01:26  strk
  * patch from m.spring@gmx.de
  *
 #include "shapefil.h"
 #include "getopt.h"
 
+#ifdef __CYGWIN__
+#include <sys/param.h>       
+#endif
+
 #define        POINTTYPE       1
 #define        LINETYPE        2
 #define        POLYGONTYPE     3