diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-13 10:54:46 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-13 10:54:46 +1100 |
commit | a8f20cff82ec514df8aa60bc5248dcad6f90066c (patch) | |
tree | a275c3b70435eafa2633d94281ec3783d6af37ef /monitor_fdpass.c | |
parent | 09aa4c000e16cdb23628d563920f48294997945e (diff) |
- (dtucker) [monitor_fdpass.c] Wrap poll.h include in ifdefs.
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 | ||