diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:18:26 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:18:26 +1100 |
commit | a9263d065d1db21c1d0661913673ed5c9b4d6467 (patch) | |
tree | 6dacab6d2c0079820bd8e0db4aeac190c329dfa0 /auth.c | |
parent | 03e2003a2336e576aa1f27eab4f0f5b0b582bddd (diff) |
fix spacing of include
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ | |||
26 | RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); | 26 | RCSID("$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> |