From bf7578550d92b1ed0b1943facb075380594db430 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 9 Oct 2012 13:38:54 -0400 Subject: [PATCH] fix core pgsql and not break windows --- src/switch_pgsql.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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