View | Details | Raw Unified | Return to bug 229561 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/virtualbox-ose/files/patch-src_VBox_HostDrivers_Support_SUPDrvInternal.h (-2 / +11 lines)
Lines 1-6 Link Here
1
--- src/VBox/HostDrivers/Support/SUPDrvInternal.h.orig	2016-07-18 11:56:19 UTC
1
--- src/VBox/HostDrivers/Support/SUPDrvInternal.h.orig	2018-06-29 13:15:51 UTC
2
+++ src/VBox/HostDrivers/Support/SUPDrvInternal.h
2
+++ src/VBox/HostDrivers/Support/SUPDrvInternal.h
3
@@ -235,7 +235,7 @@
3
@@ -117,6 +117,8 @@
4
 
5
 #include "SUPDrvIOC.h"
6
 #include "SUPDrvIDC.h"
7
+#undef  PVM
8
+#include <VBox/types.h>
9
 
10
 
11
 
12
@@ -208,7 +210,7 @@
4
 # define SUPDRV_WITHOUT_MSR_PROBER
13
 # define SUPDRV_WITHOUT_MSR_PROBER
5
 #endif
14
 #endif
6
 
15
 

Return to bug 229561