diff options
Diffstat (limited to 'bin/cycles.c')
-rw-r--r-- | bin/cycles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cycles.c b/bin/cycles.c index a6b9308..babd073 100644 --- a/bin/cycles.c +++ b/bin/cycles.c | |||
@@ -2,7 +2,7 @@ | |||
2 | #include <stdlib.h> | 2 | #include <stdlib.h> |
3 | #include <unistd.h> | 3 | #include <unistd.h> |
4 | 4 | ||
5 | #include "cycles.h" | 5 | #include "asm/cycles.h" |
6 | 6 | ||
7 | int main(int argc, char** argv) | 7 | int main(int argc, char** argv) |
8 | { | 8 | { |