X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Ffutex.h;h=cdaa430003ad6dfca0f5d7537ff4a1d021889a7e;hp=906d9b723ae88481fc7874e1409dc24dd80f35eb;hb=e323ceac1f453085192d53689870f378d897426e;hpb=3282a76b46b74a92809292fa63ba671de9ad88eb diff --git a/urcu/futex.h b/urcu/futex.h index 906d9b7..cdaa430 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)