diff options
-rw-r--r-- | src/lib/libc/crypt/morecrypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/crypt/morecrypt.c b/src/lib/libc/crypt/morecrypt.c index 0ce7ac74bc..2bf7d21c38 100644 --- a/src/lib/libc/crypt/morecrypt.c +++ b/src/lib/libc/crypt/morecrypt.c | |||
@@ -51,12 +51,13 @@ | |||
51 | */ | 51 | */ |
52 | 52 | ||
53 | #if defined(LIBC_SCCS) && !defined(lint) | 53 | #if defined(LIBC_SCCS) && !defined(lint) |
54 | static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.6 1996/08/19 08:19:51 tholo Exp $"; | 54 | static char rcsid[] = "$OpenBSD: morecrypt.c,v 1.7 1996/11/14 05:45:15 etheisen Exp $"; |
55 | #endif /* LIBC_SCCS and not lint */ | 55 | #endif /* LIBC_SCCS and not lint */ |
56 | 56 | ||
57 | #include <sys/types.h> | 57 | #include <sys/types.h> |
58 | #include <sys/param.h> | 58 | #include <sys/param.h> |
59 | #include <pwd.h> | 59 | #include <pwd.h> |
60 | #include <string.h> | ||
60 | 61 | ||
61 | #ifdef DEBUG | 62 | #ifdef DEBUG |
62 | # include <stdio.h> | 63 | # include <stdio.h> |