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 8b3160aee..219091677 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -28,6 +28,7 @@
28#include <shadow.h> 28#include <shadow.h>
29#include <stdarg.h> 29#include <stdarg.h>
30#include <string.h> 30#include <string.h>
31#include <time.h>
31 32
32#include "key.h" 33#include "key.h"
33#include "hostfile.h" 34#include "hostfile.h"