--- sshd.c.orig	Wed May  3 19:21:49 2000
+++ sshd.c	Fri May 12 07:11:43 2000
@@ -49,6 +49,13 @@
 int deny_severity = LOG_WARNING;
 #endif /* LIBWRAP */
 
+#ifdef __FreeBSD__
+#include <libutil.h>
+#include <poll.h>
+#include <syslog.h>
+#include <time.h>
+#endif /* __FreeBSD__ */
+
 #ifndef O_NOCTTY
 #define O_NOCTTY	0
 #endif
