include sys/timerfd as required by epoll-shim

This commit is contained in:
Alexander Sieg 2020-05-07 20:31:44 +02:00
parent 7d314ce738
commit a8da30c437

1
fdm.c
View file

@ -8,6 +8,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/epoll.h> #include <sys/epoll.h>
#include <sys/timerfd.h>
#include <tllist.h> #include <tllist.h>