summaryrefslogtreecommitdiffstats
path: root/auth-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.h')
-rw-r--r--auth-options.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/auth-options.h b/auth-options.h
index d34b5f190..cd2b030cd 100644
--- a/auth-options.h
+++ b/auth-options.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.h,v 1.14 2006/03/25 22:22:42 djm Exp $ */
+/* $OpenBSD: auth-options.h,v 1.15 2006/07/06 16:03:53 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,6 +15,10 @@
#ifndef AUTH_OPTIONS_H
#define AUTH_OPTIONS_H
+#include <sys/types.h>
+
+#include <pwd.h>
+
/* Linked list of custom environment strings */
struct envstring {
struct envstring *next;