fix core pgsql and not break windows
This commit is contained in:
parent
4dd1b52f86
commit
bf7578550d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue