summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-04-04 22:25:43 (GMT)
committerJason Evans <je@fb.com>2012-04-04 22:25:43 (GMT)
commit382132eeacd9311a7a25d5b8f126d82ef453d60d (patch)
treef62a7e98427d1951e29272813cea66f5c58d5e58 /configure.ac
parentbbe53b1c16d523d3c70cf8e942249f7d76f90e73 (diff)
downloadjemalloc-382132eeacd9311a7a25d5b8f126d82ef453d60d.zip
jemalloc-382132eeacd9311a7a25d5b8f126d82ef453d60d.tar.gz
jemalloc-382132eeacd9311a7a25d5b8f126d82ef453d60d.tar.bz2
Add missing include for ffsl() test.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e704d2d..8e6a309 100644
--- a/configure.ac
+++ b/configure.ac
@@ -874,6 +874,7 @@ dnl Check for ffsl(3), and fail if not found. This function exists on all
dnl platforms that jemalloc currently has a chance of functioning on without
dnl modification.
JE_COMPILABLE([a program using ffsl], [
+#include <strings.h>
#include <string.h>
], [
{