diff options
Diffstat (limited to 'profiles/osapi/linux.h')
-rw-r--r-- | profiles/osapi/linux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/osapi/linux.h b/profiles/osapi/linux.h index 98dfa75..e0d436a 100644 --- a/profiles/osapi/linux.h +++ b/profiles/osapi/linux.h @@ -4,6 +4,9 @@ /* sys headers */ #define HAVE_SYS_EPOLL_H 1 +/* interfaces */ +#define HAVE_EPOLL 1 + /* os-specific headers */ #define HAVE_ASM_TYPES_H 1 #define HAVE_ALLOCA_H 1 |