X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=urcu%2Ffutex.h;h=bb270c2933fcaf174a67207858addbc35e09982c;hb=bb6afa9a774bc4ef277b6c208fece94308f02068;hp=cdaa430003ad6dfca0f5d7537ff4a1d021889a7e;hpb=dcd64e8a1530e57571fa2230ebb9dd3fa6c65366;p=urcu.git diff --git a/urcu/futex.h b/urcu/futex.h index cdaa430..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)