summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index ffa94e886..0c8894c99 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.67 2006/03/30 11:40:21 dtucker Exp $ */ 1/* $OpenBSD: auth.c,v 1.68 2006/07/06 16:03:53 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -31,6 +31,7 @@
31#ifdef HAVE_PATHS_H 31#ifdef HAVE_PATHS_H
32# include <paths.h> 32# include <paths.h>
33#endif 33#endif
34#include <pwd.h>
34#ifdef HAVE_LOGIN_H 35#ifdef HAVE_LOGIN_H
35#include <login.h> 36#include <login.h>
36#endif 37#endif