diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.73 2006/07/26 02:35:17 stevesk Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.74 2006/08/01 23:22:47 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -44,6 +44,7 @@ | |||
44 | #include <libgen.h> | 44 | #include <libgen.h> |
45 | #endif | 45 | #endif |
46 | #include <stdarg.h> | 46 | #include <stdarg.h> |
47 | #include <stdio.h> | ||
47 | #include <string.h> | 48 | #include <string.h> |
48 | 49 | ||
49 | #include "xmalloc.h" | 50 | #include "xmalloc.h" |