- (dtucker) [monitor_fdpass.c] Wrap poll.h include in ifdefs.

This commit is contained in:
Darren Tucker 2010-01-13 10:54:46 +11:00
parent 09aa4c000e
commit a8f20cff82
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
20100113
- (dtucker) [monitor_fdpass.c] Wrap poll.h include in ifdefs.
20100112
- (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2010/01/11 01:39:46

View File

@ -34,7 +34,9 @@
#endif
#include <errno.h>
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
#include <string.h>
#include <stdarg.h>