]> andersk Git - openssh.git/blobdiff - openbsd-compat/bsd-misc.c
- (dtucker) [configure.ac openbsd-compat/openbsd-compat.h] Check for
[openssh.git] / openbsd-compat / bsd-misc.c
index e6128f9a7363e54fae6cd9200dc181d541d8d380..17d731bd26c5cf6ddd3fbfca6220353c29ea8c7a 100644 (file)
 
 #include "includes.h"
 
+#ifdef HAVE_SYS_SELECT_H
+# include <sys/select.h>
+#endif
+#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.068469 seconds and 4 git commands to generate.