diff options
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/epoll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/epoll.h b/sysdeps/unix/sysv/linux/sys/epoll.h index 8864305ced..c6acc1efc3 100644 --- a/sysdeps/unix/sysv/linux/sys/epoll.h +++ b/sysdeps/unix/sysv/linux/sys/epoll.h @@ -19,6 +19,7 @@ #ifndef _SYS_EPOLL_H #define _SYS_EPOLL_H 1 +#include <stdint.h> #include <sys/types.h> |