diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-25 15:35:23 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-25 15:35:23 -0400 |
commit | c99ac8859a07b881dd9c4e0eeebc836d24cc27c1 (patch) | |
tree | 905764665d9214308fec749f1f8a096f1ac1c77b | |
parent | 1a7a9033098f58708ce2b98495b0ee73c4504130 (diff) |
update headers
we need uint64_t in litmus.h
-rw-r--r-- | include/litmus.h | 1 | ||||
-rw-r--r-- | src/syscalls.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/litmus.h b/include/litmus.h index 2b6b374..0d0b31c 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -6,6 +6,7 @@ extern "C" { | |||
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #include <sys/types.h> | 8 | #include <sys/types.h> |
9 | #include <stdint.h> | ||
9 | 10 | ||
10 | /* Include kernel header. | 11 | /* Include kernel header. |
11 | * This is required for the rt_param | 12 | * This is required for the rt_param |
diff --git a/src/syscalls.c b/src/syscalls.c index d800141..c68f15b 100644 --- a/src/syscalls.c +++ b/src/syscalls.c | |||
@@ -8,8 +8,6 @@ | |||
8 | /* for syscall() */ | 8 | /* for syscall() */ |
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | 10 | ||
11 | //#include <sys/types.h> | ||
12 | |||
13 | #include "litmus.h" | 11 | #include "litmus.h" |
14 | 12 | ||
15 | /* Syscall stub for setting RT mode and scheduling options */ | 13 | /* Syscall stub for setting RT mode and scheduling options */ |