]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix finicky build
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 26 Mar 2011 16:07:34 +0000 (11:07 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 26 Mar 2011 16:07:34 +0000 (11:07 -0500)
libs/esl/src/esl.c

index fab8b4ad4297190f63edc53718a8f646182286bc..45cf785cd83afc31714de289c6fa1bac93ce55dc 100644 (file)
 #else 
 #define ESL_USE_POLL
 #endif
-#ifdef ESL_USE_POLL
-#include <poll.h>
-#endif
-
-
-
 
 #include <esl.h>
 #ifndef WIN32
 #pragma warning (default:6386)
 #endif
 
+#ifdef ESL_USE_POLL
+#include <poll.h>
+#endif
+
 
 /* Written by Marc Espie, public domain */
 #define ESL_CTYPE_NUM_CHARS       256