summaryrefslogtreecommitdiff
path: root/logintest.c
diff options
context:
space:
mode:
Diffstat (limited to 'logintest.c')
-rw-r--r--logintest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/logintest.c b/logintest.c
index 7e9fbbfbb..0de928bec 100644
--- a/logintest.c
+++ b/logintest.c
@@ -40,7 +40,9 @@
40#include <stdio.h> 40#include <stdio.h>
41#include <string.h> 41#include <string.h>
42#include <pwd.h> 42#include <pwd.h>
43#include <netdb.h> 43#if defined(HAVE_NETDB_H)
44# include <netdb.h>
45#endif
44#ifdef HAVE_TIME_H 46#ifdef HAVE_TIME_H
45#include <time.h> 47#include <time.h>
46#endif 48#endif