diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2011-07-29 17:55:18 +0200 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2011-07-29 17:55:18 +0200 |
commit | cba113ca2826bc4814be2f69a7704c865a37d4ea (patch) | |
tree | 511123b10dd1e58e56958520534f5c50e6f570fc /src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp | |
parent | 6a16f6900dd884e07125b51c9625f6be0a1f9b70 (diff) | |
download | virtualbox-cba113ca2826bc4814be2f69a7704c865a37d4ea.tar.gz |
Imported Upstream version 4.1.0-dfsgupstream/4.1.0-dfsg
Diffstat (limited to 'src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp')
-rw-r--r-- | src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp | 2 |
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++) { |