From 33344c0bef742fa747ecc4406e8a6926e59e396d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sun, 13 Sep 2015 13:12:50 -0400 Subject: [PATCH] Fix: stable-0.7 branch does not have syscall-compat.h Signed-off-by: Mathieu Desnoyers --- urcu/futex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urcu/futex.h b/urcu/futex.h index 13d2b1a..2630354 100644 --- a/urcu/futex.h +++ b/urcu/futex.h @@ -57,7 +57,7 @@ extern int compat_futex_async(int32_t *uaddr, int op, int32_t val, #include #include #include -#include +#include static inline int futex(int32_t *uaddr, int op, int32_t val, const struct timespec *timeout, int32_t *uaddr2, int32_t val3) -- 2.34.1