#include "shp2pgsql-core.h"
#include "pgsql2shp-core.h"
+#include "../liblwgeom/liblwgeom.h" /* for lw_asprintf */
+
#define GUI_RCSID "shp2pgsql-gui $Revision$"
#define SHAPEFIELDMAXWIDTH 60
/* Other */
#define GUIMSG_LINE_MAXLEN 256
-static char *pgui_errmsg[GUIMSG_LINE_MAXLEN+1];
+static char pgui_errmsg[GUIMSG_LINE_MAXLEN+1];
static PGconn *pg_connection = NULL;
static SHPCONNECTIONCONFIG *conn = NULL;
static SHPLOADERCONFIG *global_loader_config = NULL;