- (dtucker) [monitor_fdpass.c] Wrap poll.h include in ifdefs.
This commit is contained in:
parent
09aa4c000e
commit
a8f20cff82
|
@ -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
|
||||
|
|
|
@ -34,7 +34,9 @@
|
|||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue