summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index a4ebbd3d3..3f834ba86 100644
--- a/includes.h
+++ b/includes.h
@@ -21,7 +21,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
21 21
22#include "config.h" 22#include "config.h"
23 23
24#include "bsd-nextstep.h" 24#include "openbsd-compat/bsd-nextstep.h"
25 25
26#include <sys/types.h> 26#include <sys/types.h>
27#include <sys/socket.h> 27#include <sys/socket.h>
@@ -54,6 +54,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
54#ifdef HAVE_BSTRING_H 54#ifdef HAVE_BSTRING_H
55# include <bstring.h> 55# include <bstring.h>
56#endif 56#endif
57#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC)
58# include <glob.h>
59#endif
57#ifdef HAVE_NETGROUP_H 60#ifdef HAVE_NETGROUP_H
58# include <netgroup.h> 61# include <netgroup.h>
59#endif 62#endif
@@ -95,8 +98,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
95# include <vis.h> 98# include <vis.h>
96#endif 99#endif
97#include "version.h" 100#include "version.h"
98#include "openbsd-compat.h" 101#include "openbsd-compat/openbsd-compat.h"
99#include "bsd-cygwin_util.h" 102#include "openbsd-compat/bsd-cygwin_util.h"
100#include "entropy.h" 103#include "entropy.h"
101 104
102#endif /* INCLUDES_H */ 105#endif /* INCLUDES_H */