X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=urcu%2Ffutex.h;h=bb270c2933fcaf174a67207858addbc35e09982c;hb=92af1a30ca6a70945b167c31631c8598a626c71a;hp=98acc12855515e7ca0c5bf9ca42fd3fb988e0f30;hpb=9d2614f07691a813a3c560a6c0bcd0a7be854ed5;p=urcu.git diff --git a/urcu/futex.h b/urcu/futex.h index 98acc12..bb270c2 100644 --- a/urcu/futex.h +++ b/urcu/futex.h @@ -6,6 +6,8 @@ * * Userspace RCU - sys_futex/compat_futex header. * + * Copyright 2011-2012 - Mathieu Desnoyers + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -43,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)