X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Ffutex.h;h=bb270c2933fcaf174a67207858addbc35e09982c;hb=817a017859ab974276438fbebee50e07aeb6f346;hp=906d9b723ae88481fc7874e1409dc24dd80f35eb;hpb=3282a76b46b74a92809292fa63ba671de9ad88eb;p=urcu.git diff --git a/urcu/futex.h b/urcu/futex.h index 906d9b7..bb270c2 100644 --- a/urcu/futex.h +++ b/urcu/futex.h @@ -45,7 +45,7 @@ extern "C" { */ #ifdef CONFIG_RCU_HAVE_FUTEX -#include +#include #define futex(...) syscall(__NR_futex, __VA_ARGS__) #define futex_noasync(uaddr, op, val, timeout, uaddr2, val3) \ futex(uaddr, op, val, timeout, uaddr2, val3)