]> andersk Git - openssh.git/blobdiff - misc.c
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / misc.c
diff --git a/misc.c b/misc.c
index 63c7ddf1ec80d712d3b7f61ce600c15f676555d7..b7316519d82a045953c0039208ef7bc8c690143c 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.53 2006/07/05 02:42:09 stevesk Exp $ */
+/* $OpenBSD: misc.c,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  * Copyright (c) 2005,2006 Damien Miller.  All rights reserved.
@@ -27,6 +27,7 @@
 #include "includes.h"
 
 #include <sys/ioctl.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <netinet/in.h>
@@ -34,6 +35,7 @@
 
 #ifdef HAVE_PATHS_H
 # include <paths.h>
+#include <pwd.h>
 #endif
 #ifdef SSH_TUN_OPENBSD
 #include <net/if.h>
This page took 0.025861 seconds and 4 git commands to generate.