X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=urcu%2Ffutex.h;fp=urcu%2Ffutex.h;h=26303548a2d98d57994dabc3e0ad1e162dc8941d;hb=33344c0bef742fa747ecc4406e8a6926e59e396d;hp=13d2b1a0a9c73904563e2b9b46d40d19e3316686;hpb=4dcb7afe15ca3403eabccc73b0a353b253900441;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)