diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2011-10-10 22:11:00 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2011-10-10 22:11:00 -0400 |
commit | 2bae22f15602ba88f17f2218517359e6b544a924 (patch) | |
tree | ebf5b9bf3a6e3ccc8b206db87a25c9e98f5d449b | |
parent | f3afa50681cde8a3b26a93b3e87db85a1230c21f (diff) |
Add header file to be compatible with Bjoern's FT changes.
-rw-r--r-- | include/litmus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index b693e5c..045579e 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 |