mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-23 15:45:55 +00:00
- (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
|
20100112
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
- dtucker@cvs.openbsd.org 2010/01/11 01:39:46
|
- dtucker@cvs.openbsd.org 2010/01/11 01:39:46
|
||||||
|
@ -34,7 +34,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#ifdef HAVE_POLL_H
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user