From: Mathieu Desnoyers Date: Mon, 27 May 2019 15:50:20 +0000 (-0400) Subject: Fix: urcu/futex.h: users of struct timespec should include time.h X-Git-Tag: v0.11.1~2 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=ec82ed40517a0aad9e82ef2a7bdb90d9dc07518a Fix: urcu/futex.h: users of struct timespec should include time.h Fixes: #1187 Signed-off-by: Mathieu Desnoyers --- diff --git a/include/urcu/futex.h b/include/urcu/futex.h index 753df62..c206c6f 100644 --- a/include/urcu/futex.h +++ b/include/urcu/futex.h @@ -25,6 +25,7 @@ #include #include +#include #ifdef __cplusplus extern "C" {