mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix core pgsql and not break windows
This commit is contained in:
+4
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user