]> andersk Git - openssh.git/blobdiff - authfile.c
- stevesk@cvs.openbsd.org 2006/08/01 23:22:48
[openssh.git] / authfile.c
index 8421665b88786617d65e14c843564e9800f13731..f1d47b00b90e580479a57926bbd425b9c4b0b605 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.71 2006/07/22 20:48:22 stevesk Exp $ */
+/* $OpenBSD: authfile.c,v 1.74 2006/08/01 23:22:47 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -40,6 +40,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/param.h>
 
 #include <openssl/err.h>
 #include <openssl/evp.h>
@@ -47,6 +48,8 @@
 
 #include <errno.h>
 #include <fcntl.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 
This page took 0.038995 seconds and 4 git commands to generate.