diff options
Diffstat (limited to 'src/VBox/Debugger/DBGCGdbRemoteStub.cpp')
-rw-r--r-- | src/VBox/Debugger/DBGCGdbRemoteStub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Debugger/DBGCGdbRemoteStub.cpp b/src/VBox/Debugger/DBGCGdbRemoteStub.cpp index aa57af4d904..dd7132ad0a5 100644 --- a/src/VBox/Debugger/DBGCGdbRemoteStub.cpp +++ b/src/VBox/Debugger/DBGCGdbRemoteStub.cpp @@ -21,5 +21,5 @@ *********************************************************************************************************************************/ #include <VBox/dbg.h> #include <VBox/vmm/dbgf.h> -#include <VBox/err.h> +#include <iprt/errcore.h> |