diff options
Diffstat (limited to 'monitor_fdpass.c')
-rw-r--r-- | monitor_fdpass.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor_fdpass.c b/monitor_fdpass.c index 56d3afdf3..7eb6f5c6e 100644 --- a/monitor_fdpass.c +++ b/monitor_fdpass.c | |||
@@ -34,7 +34,9 @@ | |||
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #include <errno.h> | 36 | #include <errno.h> |
37 | #ifdef HAVE_POLL_H | ||
37 | #include <poll.h> | 38 | #include <poll.h> |
39 | #endif | ||
38 | #include <string.h> | 40 | #include <string.h> |
39 | #include <stdarg.h> | 41 | #include <stdarg.h> |
40 | 42 | ||