From: Mathieu Desnoyers Date: Sun, 13 Sep 2015 17:12:50 +0000 (-0400) Subject: Fix: stable-0.7 branch does not have syscall-compat.h X-Git-Tag: v0.7.16~5 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=33344c0bef742fa747ecc4406e8a6926e59e396d Fix: stable-0.7 branch does not have syscall-compat.h Signed-off-by: Mathieu Desnoyers --- 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)