summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth.c b/auth.c
index f2aee8fdb..5a02a4364 100644
--- a/auth.c
+++ b/auth.c
@@ -29,6 +29,8 @@
29#include <sys/stat.h> 29#include <sys/stat.h>
30#include <sys/param.h> 30#include <sys/param.h>
31 31
32#include <netinet/in.h>
33
32#include <errno.h> 34#include <errno.h>
33#ifdef HAVE_PATHS_H 35#ifdef HAVE_PATHS_H
34# include <paths.h> 36# include <paths.h>