summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/bsd-misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-misc.c b/openbsd-compat/bsd-misc.c
index c6b80365c..17d731bd2 100644
--- a/openbsd-compat/bsd-misc.c
+++ b/openbsd-compat/bsd-misc.c
@@ -17,6 +17,9 @@
17 17
18#include "includes.h" 18#include "includes.h"
19 19
20#ifdef HAVE_SYS_SELECT_H
21# include <sys/select.h>
22#endif
20#ifdef HAVE_SYS_TIME_H 23#ifdef HAVE_SYS_TIME_H
21# include <sys/time.h> 24# include <sys/time.h>
22#endif 25#endif