Fix compile error in test code

This commit is contained in:
amai 2018-10-28 21:36:28 +01:00
parent b5241ecb80
commit 3032ac4619
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#ifndef __CYGWIN__
#include <sys/epoll.h>
#endif