Changeset 5098 for trunk/loader/shp2pgsql-core.h
- Timestamp:
- 01/03/10 21:47:04 (2 years ago)
- Files:
-
- 1 modified
-
trunk/loader/shp2pgsql-core.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/loader/shp2pgsql-core.h
r5063 r5098 21 21 #include <sys/types.h> 22 22 #include <sys/stat.h> 23 #include <iconv.h> 23 24 24 25 #include "shapefil.h" … … 26 27 27 28 #include "../liblwgeom/liblwgeom.h" 28 29 #ifdef HAVE_ICONV30 #include <iconv.h>31 #endif32 29 33 30 #include "stringbuffer.h"
