]> andersk Git - openssh.git/commitdiff
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
authordtucker <dtucker>
Sun, 29 Apr 2007 02:06:55 +0000 (02:06 +0000)
committerdtucker <dtucker>
Sun, 29 Apr 2007 02:06:55 +0000 (02:06 +0000)
   for select(2) prototype.

ChangeLog
openbsd-compat/bsd-misc.c

index 4fe2a8a9e459643c9e82e8a6d1745641d2ae4183..0dadd8b8019e6af256d7574da7201d718692d0cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20070429
+ - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
+   for select(2) prototype.
+
 20070406
  - (dtucker) [INSTALL] Update the systems that have PAM as standard.  Link
    to OpenPAM too.
index 17d731bd26c5cf6ddd3fbfca6220353c29ea8c7a..bea3144bda5ac71dd499970e0350b71308f17be5 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "includes.h"
 
+#include <sys/types.h>
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
 #endif
@@ -27,6 +28,7 @@
 #include <string.h>
 #include <signal.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 #include "xmalloc.h"
 
This page took 0.041753 seconds and 5 git commands to generate.