diff options
Diffstat (limited to 'auth-pam.c')
-rw-r--r-- | auth-pam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-pam.c b/auth-pam.c index 8e9361caa..493993a10 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -54,6 +54,7 @@ | |||
54 | 54 | ||
55 | #include <errno.h> | 55 | #include <errno.h> |
56 | #include <signal.h> | 56 | #include <signal.h> |
57 | #include <stdarg.h> | ||
57 | #include <string.h> | 58 | #include <string.h> |
58 | #include <unistd.h> | 59 | #include <unistd.h> |
59 | 60 | ||