X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Ftest_looplen.c;h=53d39cd9edb6d559bebeb9794b0599591154cfa8;hp=50069510fbf1498793f280faa037d392ae287dd6;hb=6982d6d71aeed16d2d929bd0ed221e8f444b706e;hpb=833dbdb633ba44bfb71b4b965a83096d8e4e827b diff --git a/tests/test_looplen.c b/tests/test_looplen.c index 5006951..53d39cd 100644 --- a/tests/test_looplen.c +++ b/tests/test_looplen.c @@ -3,7 +3,7 @@ * * Userspace RCU library - test program * - * Copyright February 2009 - Mathieu Desnoyers + * Copyright February 2009 - Mathieu Desnoyers * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,8 +32,9 @@ #include #include #include +#include -#include "../arch.h" +#include #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 static inline void loop_sleep(unsigned long l) {