From: Michael Jerris Date: Tue, 9 Oct 2012 17:38:54 +0000 (-0400) Subject: fix core pgsql and not break windows X-Git-Tag: v1.3.0~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf7578550d92b1ed0b1943facb075380594db430;p=thirdparty%2Ffreeswitch.git fix core pgsql and not break windows --- diff --git a/src/switch_pgsql.c b/src/switch_pgsql.c index ff42bdcc39..8093aac1ee 100644 --- a/src/switch_pgsql.c +++ b/src/switch_pgsql.c @@ -32,8 +32,11 @@ #include -#ifdef SWITCH_HAVE_PGSQL +#ifndef WIN32 #include +#endif + +#ifdef SWITCH_HAVE_PGSQL #include #include