]> andersk Git - openssh.git/blobdiff - auth-rsa.c
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / auth-rsa.c
index c331c267d21938c3d53a03a88ae6b86132507969..867597642e4054db3d75e3aa7c7d7b8268b4e08a 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-rsa.c,v 1.67 2006/03/25 18:29:35 deraadt Exp $ */
+/* $OpenBSD: auth-rsa.c,v 1.68 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
@@ -22,6 +22,8 @@
 #include <openssl/rsa.h>
 #include <openssl/md5.h>
 
+#include <pwd.h>
+
 #include "rsa.h"
 #include "packet.h"
 #include "xmalloc.h"
This page took 0.030532 seconds and 4 git commands to generate.