aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4a4ba36ffa..f204d048cb 100755
--- a/configure
+++ b/configure
@@ -648,7 +648,7 @@ EOF
# Check host NPTL support
cat > $TMPC <<EOF
#include <sched.h>
-#include <sys/futex.h>
+#include <linux/futex.h>
void foo()
{
#if !defined(CLONE_SETTLS) || !defined(FUTEX_WAIT)