]> andersk Git - openssh.git/blobdiff - auth.h
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 5f9fb6f101327ab235cef8fafd0576734489941b..6688c3dc56d684d50a29084eecac174669ba7fff 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.53 2006/04/20 09:27:09 djm Exp $ */
+/* $OpenBSD: auth.h,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
 #ifndef AUTH_H
 #define AUTH_H
 
+#include <sys/types.h>
+
 #include <signal.h>
+#include <pwd.h>
 
-#include "key.h"
-#include "hostfile.h"
 #include "buffer.h"
 #include <openssl/rsa.h>
 
@@ -45,6 +46,9 @@
 #include <krb5.h>
 #endif
 
+#include "key.h"
+#include "hostfile.h"
+
 typedef struct Authctxt Authctxt;
 typedef struct Authmethod Authmethod;
 typedef struct KbdintDevice KbdintDevice;
This page took 0.643452 seconds and 4 git commands to generate.