]> andersk Git - openssh.git/blobdiff - serverloop.c
- stevesk@cvs.openbsd.org 2006/07/22 20:48:23
[openssh.git] / serverloop.c
index 83138aec2552d26bc3f33964cc86a1546ba2d002..ba1e0dad7f4695e0bcab3aa204dc1d9a68433fdf 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: serverloop.c,v 1.139 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: serverloop.c,v 1.141 2006/07/22 20:48:23 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -47,7 +47,9 @@
 #include <fcntl.h>
 #include <pwd.h>
 #include <signal.h>
+#include <string.h>
 #include <termios.h>
+#include <unistd.h>
 
 #include "xmalloc.h"
 #include "packet.h"
This page took 0.032348 seconds and 4 git commands to generate.