summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:18:26 +1100
commita9263d065d1db21c1d0661913673ed5c9b4d6467 (patch)
tree6dacab6d2c0079820bd8e0db4aeac190c329dfa0 /auth.c
parent03e2003a2336e576aa1f27eab4f0f5b0b582bddd (diff)
fix spacing of include
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index 94c4a3eb8..666a2dd22 100644
--- a/auth.c
+++ b/auth.c
@@ -26,7 +26,7 @@
26RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $");
27 27
28#ifdef HAVE_PATHS_H 28#ifdef HAVE_PATHS_H
29# include <paths.h> 29# include <paths.h>
30#endif 30#endif
31#ifdef HAVE_LOGIN_H 31#ifdef HAVE_LOGIN_H
32#include <login.h> 32#include <login.h>