diff options
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/system.h b/src/helper/system.h index f710cfb..a6dfd7e 100644 --- a/src/helper/system.h +++ b/src/helper/system.h @@ -56,8 +56,8 @@ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif -#ifdef HAVE_SYS_POLL_H -#include <sys/poll.h> +#ifdef HAVE_POLL_H +#include <poll.h> #endif #ifdef __ECOS |