diff options
Diffstat (limited to 'auth-options.c')
-rw-r--r-- | auth-options.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/auth-options.c b/auth-options.c index 56d598412..473fb8bf7 100644 --- a/auth-options.c +++ b/auth-options.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth-options.c,v 1.35 2006/03/25 13:17:01 djm Exp $ */ | 1 | /* $OpenBSD: auth-options.c,v 1.36 2006/07/06 16:03:53 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -12,6 +12,10 @@ | |||
12 | 12 | ||
13 | #include "includes.h" | 13 | #include "includes.h" |
14 | 14 | ||
15 | #include <sys/types.h> | ||
16 | |||
17 | #include <pwd.h> | ||
18 | |||
15 | #include "xmalloc.h" | 19 | #include "xmalloc.h" |
16 | #include "match.h" | 20 | #include "match.h" |
17 | #include "log.h" | 21 | #include "log.h" |