summaryrefslogtreecommitdiff
path: root/auth-shadow.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-shadow.c')
-rw-r--r--auth-shadow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-shadow.c b/auth-shadow.c
index 7cd69c21f..52447fe4a 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -28,6 +28,8 @@
28#include <shadow.h> 28#include <shadow.h>
29#include <string.h> 29#include <string.h>
30 30
31#include "key.h"
32#include "hostfile.h"
31#include "auth.h" 33#include "auth.h"
32#include "buffer.h" 34#include "buffer.h"
33#include "log.h" 35#include "log.h"