mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-08 23:57:46 +00:00
Put poll.h inside ifdef HAVE_POLL_H.
This commit is contained in:
parent
875408270c
commit
b544ce1ad4
@ -33,7 +33,9 @@
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -25,7 +25,9 @@
|
||||
|
||||
#include <netdb.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user