mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
fix finicky build
This commit is contained in:
parent
ae595cd529
commit
9795dd2f0a
@ -48,12 +48,6 @@
|
|||||||
#else
|
#else
|
||||||
#define ESL_USE_POLL
|
#define ESL_USE_POLL
|
||||||
#endif
|
#endif
|
||||||
#ifdef ESL_USE_POLL
|
|
||||||
#include <poll.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <esl.h>
|
#include <esl.h>
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
@ -66,6 +60,10 @@
|
|||||||
#pragma warning (default:6386)
|
#pragma warning (default:6386)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ESL_USE_POLL
|
||||||
|
#include <poll.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Written by Marc Espie, public domain */
|
/* Written by Marc Espie, public domain */
|
||||||
#define ESL_CTYPE_NUM_CHARS 256
|
#define ESL_CTYPE_NUM_CHARS 256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user