summaryrefslogtreecommitdiff
path: root/auth-bsdauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-bsdauth.c')
-rw-r--r--auth-bsdauth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-bsdauth.c b/auth-bsdauth.c
index f718e5d38..37d527d11 100644
--- a/auth-bsdauth.c
+++ b/auth-bsdauth.c
@@ -27,6 +27,8 @@
27 27
28#include <sys/types.h> 28#include <sys/types.h>
29 29
30#include <stdarg.h>
31
30#ifdef BSD_AUTH 32#ifdef BSD_AUTH
31#include "xmalloc.h" 33#include "xmalloc.h"
32#include "key.h" 34#include "key.h"