Fix: urcu/futex.h: users of struct timespec should include time.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 May 2019 15:50:20 +0000 (11:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 27 May 2019 15:50:20 +0000 (11:50 -0400)
Fixes: #1187
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/urcu/futex.h

index 753df622005f8d4103010e9f324827e8f97f2b62..c206c6fce0d373c4a6dcffbdb7df4e5b37144194 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <urcu/config.h>
 #include <stdint.h>
+#include <time.h>
 
 #ifdef __cplusplus
 extern "C" {
This page took 0.024909 seconds and 4 git commands to generate.