diff options
| -rw-r--r-- | litmus/sched_gsn_edf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c index b6973e20cf97..207f4b65bcbc 100644 --- a/litmus/sched_gsn_edf.c +++ b/litmus/sched_gsn_edf.c | |||
| @@ -35,6 +35,10 @@ | |||
| 35 | #include <litmus/pgm.h> | 35 | #include <litmus/pgm.h> |
| 36 | #endif | 36 | #endif |
| 37 | 37 | ||
| 38 | #ifdef CONFIG_SCHED_PGM | ||
| 39 | #include <litmus/pgm.h> | ||
| 40 | #endif | ||
| 41 | |||
| 38 | #include <linux/module.h> | 42 | #include <linux/module.h> |
| 39 | 43 | ||
| 40 | /* Overview of GSN-EDF operations. | 44 | /* Overview of GSN-EDF operations. |
