]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows build
authorMichael Jerris <mike@jerris.com>
Mon, 8 Oct 2012 23:05:12 +0000 (19:05 -0400)
committerMichael Jerris <mike@jerris.com>
Mon, 8 Oct 2012 23:05:12 +0000 (19:05 -0400)
src/switch_pgsql.c

index fc02ab73d573b50ef0ab7425506c69834c894b18..27550afe67a3b6f653d250e897b488e23f45d359 100644 (file)
@@ -31,9 +31,9 @@
  */
 
 #include <switch.h>
-#include <switch_private.h>
 
 #ifdef SWITCH_HAVE_PGSQL
+#include <switch_private.h>
 #include <libpq-fe.h>
 #include <poll.h>