diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2009-02-13 10:16:48 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2009-02-13 10:16:48 +0000 |
| commit | aa704875b96bef2d878c161ae9a05f9892789965 (patch) | |
| tree | 006ce5307b6709a6d13b01cfb3b49dcd11b862c5 /src/VBox/Main/testcase/tstAPI.cpp | |
| parent | 565abf7143b540d3c0d40a788e3c4ca6cf830c94 (diff) | |
| download | VirtualBox-svn-aa704875b96bef2d878c161ae9a05f9892789965.tar.gz | |
Correct some bitrot: #include <iprt/thread.h> for RTThreadSleep().
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@16734 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/testcase/tstAPI.cpp')
| -rw-r--r-- | src/VBox/Main/testcase/tstAPI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Main/testcase/tstAPI.cpp b/src/VBox/Main/testcase/tstAPI.cpp index b6679e136ca..414ff404aaf 100644 --- a/src/VBox/Main/testcase/tstAPI.cpp +++ b/src/VBox/Main/testcase/tstAPI.cpp @@ -43,6 +43,7 @@ using namespace com; #include <iprt/path.h> #include <iprt/param.h> #include <iprt/stream.h> +#include <iprt/thread.h> #define printf RTPrintf |
