X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu%2Ffutex.h;h=4beb54a3d206f2d68e905dd25233f7e6819a529f;hb=61126bd9c901fa403315db71d8d5351d716717cb;hp=13d2b1a0a9c73904563e2b9b46d40d19e3316686;hpb=42dfe454abcd206bb2005261c6b79cb3d4f9ce29;p=urcu.git diff --git a/urcu/futex.h b/urcu/futex.h index 13d2b1a..4beb54a 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)