From 6a29bfc1b6d5d57c4dbd8811a5229cf993e5fa65 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 27 May 2019 11:50:20 -0400 Subject: [PATCH] Fix: urcu/futex.h: users of struct timespec should include time.h Fixes: #1187 Signed-off-by: Mathieu Desnoyers --- include/urcu/futex.h | 1 + 1 file changed, 1 insertion(+) 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" { -- 2.34.1