summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp')
-rw-r--r--src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp b/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
index f4e503b57..8adb7822a 100644
--- a/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
+++ b/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp
@@ -23,6 +23,7 @@
#include <iprt/assert.h>
#include <iprt/env.h>
+#include <iprt/initterm.h>
#include <iprt/stream.h>
#include <iprt/string.h>
#include <iprt/time.h>
@@ -69,6 +70,7 @@ int
main(int argc, char **argv)
{
int rc;
+ RTR3Init();
for (int i = 1; i < argc; i++)
{