summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b2c284e..eb878e5 100644
--- a/configure.in
+++ b/configure.in
@@ -48,7 +48,8 @@ fi
AC_CHECK_HEADERS([sys/queue.h sys/limits.h sys/stat.h sys/time.h sys/un.h], ,
[echo "ERROR: required header not found."; exit 1])
AC_CHECK_HEADERS([bsnmp/snmpmod.h], ,
- [echo "ERROR: required bsnmp header not found." exit 1])
+ [echo "ERROR: required bsnmp header not found."; exit 1],
+ [#include <sys/queue.h>])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST