Fix: urcu/futex.h: users of struct timespec should include time.h
[urcu.git] / 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.022532 seconds and 4 git commands to generate.