aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h
index c4c4129..2a26a4a 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -13,7 +13,7 @@ extern "C" {
13 */ 13 */
14#include "litmus/rt_param.h" 14#include "litmus/rt_param.h"
15 15
16#include "cycles.h" /* for null_call() */ 16#include "asm/cycles.h" /* for null_call() */
17 17
18typedef int pid_t; /* PID of a task */ 18typedef int pid_t; /* PID of a task */
19 19