diff --git a/CHANGES b/CHANGES index 9d312cf..7574079 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +untagged yet (2017-06-12) + - OpenBSD (and possibly others) need + 0.1.35-rc (2017-30-05) - Nokia SR OS (formerly Alcatel-Lucent) support. Based on submission by Michail Litvak. diff --git a/bgpq_expander.c b/bgpq_expander.c index b09510f..1f79e70 100644 --- a/bgpq_expander.c +++ b/bgpq_expander.c @@ -4,6 +4,9 @@ #include #include +#if HAVE_SYS_SELECT_H +#include +#endif #include #include diff --git a/configure b/configure index b6e5bfe..82e76d7 100755 --- a/configure +++ b/configure @@ -3398,7 +3398,7 @@ fi done -for ac_header in sys/cdefs.h sys/queue.h sys/tree.h +for ac_header in sys/cdefs.h sys/queue.h sys/tree.h sys/select.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" diff --git a/configure.in b/configure.in index e92b796..b96aac6 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL -AC_CHECK_HEADERS([sys/cdefs.h sys/queue.h sys/tree.h]) +AC_CHECK_HEADERS([sys/cdefs.h sys/queue.h sys/tree.h sys/select.h]) AC_MSG_CHECKING([for STAILQ_ interface in queue.h]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([