X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ffutex.hpp;h=7b961caf9a023c9da33a25f4a9f17b84a19e644f;hb=HEAD;hp=e0faa9711013ad3f26ab58bcf3b86f42bf737389;hpb=c9e313bc594f40a86eed237dce222c0fc99c957f;p=lttng-tools.git diff --git a/src/common/futex.hpp b/src/common/futex.hpp index e0faa9711..7b961caf9 100644 --- a/src/common/futex.hpp +++ b/src/common/futex.hpp @@ -9,6 +9,8 @@ #ifndef _LTT_FUTEX_H #define _LTT_FUTEX_H +#include + void futex_wait_update(int32_t *futex, int active); void futex_nto1_prepare(int32_t *futex); void futex_nto1_wait(int32_t *futex);