diff options
Diffstat (limited to 'src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp')
-rw-r--r-- | src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp b/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp index 09b5b44ebcd..4e4df5d1352 100644 --- a/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp +++ b/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp @@ -29,7 +29,7 @@ * Header Files * *********************************************************************************************************************************/ #include <VBox/sup.h> -#include <VBox/err.h> +#include <iprt/errcore.h> #include <VBox/param.h> #include <iprt/asm.h> #include <iprt/assert.h> |