summaryrefslogtreecommitdiff
path: root/src/recompiler/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recompiler/exec.c')
-rw-r--r--src/recompiler/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recompiler/exec.c b/src/recompiler/exec.c
index 5c696c0a1e4..ca632372dc1 100644
--- a/src/recompiler/exec.c
+++ b/src/recompiler/exec.c
@@ -48,7 +48,7 @@
# include <iprt/string.h>
# include <iprt/param.h>
# include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */
-# include <VBox/err.h>
+# include <iprt/errcore.h>
#endif /* VBOX */
#include "cpu.h"