]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / auth-passwd.c
index 2ebcc5fc4ec6d56850546ce652877e0a11127093..3cf86dcbddfeee43a050ef227d840ab3324a7b6a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-passwd.c,v 1.36 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: auth-passwd.c,v 1.37 2006/07/06 16:03:53 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
+#include <sys/types.h>
+
+#include <pwd.h>
+
 #include "packet.h"
 #include "buffer.h"
 #include "log.h"
This page took 0.062131 seconds and 4 git commands to generate.