diff options
-rw-r--r-- | bin/cache_cost.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cache_cost.c b/bin/cache_cost.c index 2b804a8..a33c1a0 100644 --- a/bin/cache_cost.c +++ b/bin/cache_cost.c | |||
@@ -13,6 +13,11 @@ | |||
13 | #include "litmus.h" | 13 | #include "litmus.h" |
14 | #include "asm/cycles.h" | 14 | #include "asm/cycles.h" |
15 | 15 | ||
16 | #if defined(__i386__) || defined(__x86_64__) | ||
17 | #include "asm/irq.h" | ||
18 | #endif | ||
19 | |||
20 | |||
16 | static void die(char *error) | 21 | static void die(char *error) |
17 | { | 22 | { |
18 | fprintf(stderr, "Error: %s (errno: %m)\n", | 23 | fprintf(stderr, "Error: %s (errno: %m)\n", |