Show
Ignore:
Timestamp:
01/03/10 21:47:04 (2 years ago)
Author:
pramsey
Message:

Remove the ifdef/endif blocks for HAVE_ICONV (#367)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/loader/shp2pgsql-core.h

    r5063 r5098  
    2121#include <sys/types.h> 
    2222#include <sys/stat.h> 
     23#include <iconv.h> 
    2324 
    2425#include "shapefil.h" 
     
    2627 
    2728#include "../liblwgeom/liblwgeom.h" 
    28  
    29 #ifdef HAVE_ICONV 
    30 #include <iconv.h> 
    31 #endif 
    3229 
    3330#include "stringbuffer.h"