]> andersk Git - openssh.git/blobdiff - scp.c
- (dtucker) [scp.c] Include sys/poll.h inside HAVE_SYS_POLL_H.
[openssh.git] / scp.c
diff --git a/scp.c b/scp.c
index b35a7dd6cdae80e9944ea9302d2cfd0956049023..1734da8f4adb4d09e7c1f6074457a20a2d1238cb 100644 (file)
--- a/scp.c
+++ b/scp.c
@@ -78,7 +78,9 @@
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
+#ifdef HAVE_SYS_POLL_H
 # include <sys/poll.h>
+#endif
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif
This page took 0.67658 seconds and 4 git commands to generate.