X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Ffutex.h;h=26303548a2d98d57994dabc3e0ad1e162dc8941d;hb=2b9d431f93ce4729f14e614d1c30448e720fda75;hp=13d2b1a0a9c73904563e2b9b46d40d19e3316686;hpb=f54e7d5ef5e33c02c8137902e49171ea0626e1bc;p=urcu.git 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)