Fix compile error

This commit is contained in:
Kirigaya Kazuto 2018-07-05 01:59:47 +08:00
parent aa4e6fe598
commit 132bc0ba6e

View File

@ -228,6 +228,7 @@ private:
#ifdef WIN32 // Windows: IOCP. Coming soon...
#else // Linux: epoll
#include <sys/epoll.h>
class epoll
{
public: