Fixes to allow building on Power
[urcu.git] / tests / test_looplen.c
index 50069510fbf1498793f280faa037d392ae287dd6..634cf976688e48b6b970ddd770d4a951af32ff41 100644 (file)
@@ -32,8 +32,9 @@
 #include <assert.h>
 #include <sys/syscall.h>
 #include <sched.h>
+#include <errno.h>
 
-#include "../arch.h"
+#include <urcu/arch.h>
 
 #if defined(_syscall0)
 _syscall0(pid_t, gettid)
@@ -55,7 +56,7 @@ static inline pid_t gettid(void)
 #else
 #define debug_yield_read()
 #endif
-#include "../urcu.h"
+#include <urcu.h>
 
 static inline void loop_sleep(unsigned long l)
 {
This page took 0.022934 seconds and 4 git commands to generate.