summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:54:24 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:54:24 +1000
commit36cbe41ceb9aeccbbd11bdf49588ddc8136a8f4f (patch)
tree37fc8c4187eda02984f15638e7adb3fb31b1f830 /auth.c
parent4cbfe8ebebb1fb345bddab629768ad95885846d6 (diff)
- (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
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>