diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-10-04 14:32:05 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-10-04 14:32:05 -0400 |
commit | 78ab09825ba4e7204f6f05f3f0f56ae9a11eafdd (patch) | |
tree | bc0445e1765cea600e530fd842c2eeb2c9ca0fcb /litmus | |
parent | 7856a3fb5d5be742f85bf4fa0ad0b79f5868674e (diff) |
Add include to fix compilation error.
Diffstat (limited to 'litmus')
-rw-r--r-- | litmus/jobs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/jobs.c b/litmus/jobs.c index 983b084cf32b..18388e1ca98d 100644 --- a/litmus/jobs.c +++ b/litmus/jobs.c | |||
@@ -9,6 +9,7 @@ | |||
9 | #include <litmus/trace.h> | 9 | #include <litmus/trace.h> |
10 | #include <litmus/sched_trace.h> | 10 | #include <litmus/sched_trace.h> |
11 | #include <litmus/domain.h> | 11 | #include <litmus/domain.h> |
12 | #include <litmus/event_group.h> | ||
12 | #include <litmus/sched_mc.h> | 13 | #include <litmus/sched_mc.h> |
13 | 14 | ||
14 | static inline void setup_release(struct task_struct *t, struct rt_job *job, | 15 | static inline void setup_release(struct task_struct *t, struct rt_job *job, |