summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-05-23 19:01:34 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2011-05-23 19:01:34 +0200
commit3056d012d3d5da853535488619f12beeea59a6a4 (patch)
tree4b5a511154e0241b9ca4724534995d443d9baac3 /configure.in
parentdd93bf46ed0c3c75c1e330db2197703c0b6f8cda (diff)
parentf7a1bcce0cea50650517e305d59e674475f913d0 (diff)
Merge branch 'master' of git.osmocom.org:libosmocore
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ead18f07..2e22bb24 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl checks for header files
AC_HEADER_STDC
-AC_CHECK_HEADERS(execinfo.h sys/select.h syslog.h ctype.h)
+AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h syslog.h ctype.h)
# The following test is taken from WebKit's webkit.m4
saved_CFLAGS="$CFLAGS"