]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
authordtucker <dtucker>
Thu, 24 Aug 2006 09:43:16 +0000 (09:43 +0000)
committerdtucker <dtucker>
Thu, 24 Aug 2006 09:43:16 +0000 (09:43 +0000)
   older systems.

ChangeLog
openbsd-compat/bsd-misc.c

index b8a8dae8da630ae9e7c886e5b8860ec47894f3a3..64d195db5503f4479b769fdf27173f433e8b324c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 20060824
  - (dtucker) [openbsd-compat/basename.c] Include errno.h.
+ - (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
+   older systems.
 
 20060822
  - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
index e6128f9a7363e54fae6cd9200dc181d541d8d380..c6b80365c6f7806d6ca4d038b4544b091cc7635e 100644 (file)
 
 #include "includes.h"
 
+#ifdef HAVE_SYS_TIME_H
+# include <sys/time.h>
+#endif
+
 #include <string.h>
 #include <signal.h>
+#include <stdlib.h>
 
 #include "xmalloc.h"
 
This page took 0.04479 seconds and 5 git commands to generate.