summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime
diff options
context:
space:
mode:
authorFelix Geyer <fgeyer@debian.org>2013-03-31 12:01:23 +0200
committerFelix Geyer <fgeyer@debian.org>2013-03-31 12:01:23 +0200
commit74acfd23bd86ff7a3a6e8d10ab83ea79d5110538 (patch)
tree437b46f4b6b097d27088c030fcf8df48386d306b /src/VBox/Runtime
parentfb32dd2be67519662e93ffbbe520c79d95b1fbfb (diff)
downloadvirtualbox-74acfd23bd86ff7a3a6e8d10ab83ea79d5110538.tar.gz
Imported Upstream version 4.2.10-dfsgupstream/4.2.10-dfsg
Diffstat (limited to 'src/VBox/Runtime')
-rw-r--r--src/VBox/Runtime/r0drv/linux/the-linux-kernel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h b/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
index 8abe6431b..14c4c566c 100644
--- a/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
+++ b/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
@@ -90,6 +90,9 @@
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/sched.h>
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 9, 0)
+# include <linux/sched/rt.h>
+#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 7)
# include <linux/jiffies.h>
#endif