aboutsummaryrefslogtreecommitdiff
path: root/src/helper/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/system.h')
-rw-r--r--src/helper/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/system.h b/src/helper/system.h
index f710cfb5..a6dfd7ec 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