summaryrefslogtreecommitdiff
path: root/auth-shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-shadow.c')
-rw-r--r--auth-shadow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth-shadow.c b/auth-shadow.c
index 52447fe4a..8b3160aee 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -26,6 +26,7 @@
26 26
27#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) 27#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
28#include <shadow.h> 28#include <shadow.h>
29#include <stdarg.h>
29#include <string.h> 30#include <string.h>
30 31
31#include "key.h" 32#include "key.h"