summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-08 04:36:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-08 04:36:42 +0000
commit9b1a11dbdfc43c7fc4a61f4f920087d0f2699c4a (patch)
tree7008c0b98662c13889ead5708358c67b7d8d2f9e /usr.bin
parentcc3f97634273fa76a6b2b8e00888f259b7a4de94 (diff)
careless niels
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/sshd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd.c b/usr.bin/ssh/sshd.c
index 4df1266045b..e1d806546a3 100644
--- a/usr.bin/ssh/sshd.c
+++ b/usr.bin/ssh/sshd.c
@@ -11,7 +11,9 @@
*/
#include "includes.h"
-RCSID("$Id: sshd.c,v 1.71 1999/12/08 00:08:09 provos Exp $");
+RCSID("$Id: sshd.c,v 1.72 1999/12/08 04:36:41 deraadt Exp $");
+
+#include <poll.h>
#include "xmalloc.h"
#include "rsa.h"