提交 9795dd2f authored 作者: Anthony Minessale's avatar Anthony Minessale

fix finicky build

上级 ae595cd5
......@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论