diff options
author | Jason Evans <je@fb.com> | 2012-04-04 22:25:43 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-04-04 22:25:43 (GMT) |
commit | 382132eeacd9311a7a25d5b8f126d82ef453d60d (patch) | |
tree | f62a7e98427d1951e29272813cea66f5c58d5e58 /configure.ac | |
parent | bbe53b1c16d523d3c70cf8e942249f7d76f90e73 (diff) | |
download | jemalloc-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.ac | 1 |
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> ], [ { |