fix core pgsql and not break windows

This commit is contained in:
Michael Jerris 2012-10-09 13:38:54 -04:00
parent 4dd1b52f86
commit bf7578550d
1 changed files with 4 additions and 1 deletions

View File

@ -32,8 +32,11 @@
#include <switch.h>
#ifdef SWITCH_HAVE_PGSQL
#ifndef WIN32
#include <switch_private.h>
#endif
#ifdef SWITCH_HAVE_PGSQL
#include <libpq-fe.h>
#include <poll.h>