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

Fix previous commit

parent fdf8881a
......@@ -45,7 +45,7 @@
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#ifdef HAVE_POLL_H
#ifdef HAVE_POLL
# include <poll.h>
#endif
......
......@@ -38,7 +38,7 @@
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#ifdef HAVE_POLL_H
#ifdef HAVE_POLL
# include <poll.h>
#endif
......
......@@ -43,7 +43,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_POLL_H
#ifdef HAVE_POLL
# include <poll.h>
#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