From: Mathieu Desnoyers Date: Sun, 13 Sep 2015 17:12:50 +0000 (-0400) Subject: Fix: stable-0.8 branch does not have syscall-compat.h X-Git-Tag: v0.8.9~9 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=2b9d431f93ce4729f14e614d1c30448e720fda75 Fix: stable-0.8 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)