]> granicus.if.org Git - postgis/commitdiff
Fix compile warning for lwgeom_init_allocators() in loader/dumper by adding missing...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 6 Jul 2011 10:48:05 +0000 (10:48 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 6 Jul 2011 10:48:05 +0000 (10:48 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7606 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shpcommon.h

index a937109693881a66bdaa28dcba65e34e9d56e48f..913196d7df3219517e48858748f7f683decd892b 100644 (file)
@@ -10,6 +10,8 @@
  *
  **********************************************************************/
 
+#include "../liblwgeom/liblwgeom.h"
+
 typedef struct shp_connection_state
 {
        /* PgSQL username to log in with */