fix finicky build

This commit is contained in:
Anthony Minessale 2011-03-26 11:07:34 -05:00
parent ae595cd529
commit 9795dd2f0a

View File

@ -48,12 +48,6 @@
#else
#define ESL_USE_POLL
#endif
#ifdef ESL_USE_POLL
#include <poll.h>
#endif
#include <esl.h>
#ifndef WIN32
@ -66,6 +60,10 @@
#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