Commit 165459ab authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix previous commit

parent fdf8881a
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#ifdef HAVE_SYS_STAT_H #ifdef HAVE_SYS_STAT_H
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif
#ifdef HAVE_POLL_H #ifdef HAVE_POLL
# include <poll.h> # include <poll.h>
#endif #endif
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#ifdef HAVE_POLL_H #ifdef HAVE_POLL
# include <poll.h> # include <poll.h>
#endif #endif
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
# include <unistd.h> # include <unistd.h>
#endif #endif
#ifdef HAVE_POLL_H #ifdef HAVE_POLL
# include <poll.h> # include <poll.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment