summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/auth.h b/auth.h
index 5f9fb6f1..6688c3dc 100644
--- 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.
@@ -28,10 +28,11 @@
#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;