diff options
Diffstat (limited to 'readpass.c')
-rw-r--r-- | readpass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readpass.c b/readpass.c index 63197c915..725ae5789 100644 --- a/readpass.c +++ b/readpass.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readpass.c,v 1.42 2006/07/11 20:07:25 stevesk Exp $ */ | 1 | /* $OpenBSD: readpass.c,v 1.43 2006/07/17 01:31:09 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -34,6 +34,7 @@ | |||
34 | # include <paths.h> | 34 | # include <paths.h> |
35 | #endif | 35 | #endif |
36 | #include <stdarg.h> | 36 | #include <stdarg.h> |
37 | #include <unistd.h> | ||
37 | 38 | ||
38 | #include "xmalloc.h" | 39 | #include "xmalloc.h" |
39 | #include "misc.h" | 40 | #include "misc.h" |