mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 11:06:36 +00:00
fix core pgsql and not break windows
This commit is contained in:
parent
4dd1b52f86
commit
bf7578550d
@ -32,8 +32,11 @@
|
|||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
|
||||||
#ifdef SWITCH_HAVE_PGSQL
|
#ifndef WIN32
|
||||||
#include <switch_private.h>
|
#include <switch_private.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef SWITCH_HAVE_PGSQL
|
||||||
#include <libpq-fe.h>
|
#include <libpq-fe.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user