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 /readpass.c | |
parent | 03e2003a2336e576aa1f27eab4f0f5b0b582bddd (diff) |
fix spacing of include
Diffstat (limited to 'readpass.c')
-rw-r--r-- | readpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c index a9b99617a..9f74bec19 100644 --- a/readpass.c +++ b/readpass.c | |||
@@ -26,7 +26,7 @@ | |||
26 | RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $"); | 26 | RCSID("$OpenBSD: readpass.c,v 1.34 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 | 31 | ||
32 | #include "xmalloc.h" | 32 | #include "xmalloc.h" |