1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-02-01 14:20:04 +00:00

fixes for winblows

This commit is contained in:
2022-09-01 20:07:29 -05:00
parent 587d9a26e5
commit cf01657cc2
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ typedef char buffer_t;
# include <sys/epoll.h>
/* max events for epoll() */
# define MAX_EPOLL_EVENTS 128
//# define LAIKA_USE_EPOLL
# define LAIKA_USE_EPOLL
# endif
# include <errno.h>
# include <unistd.h>