summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/VDMemDisk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Storage/testcase/VDMemDisk.cpp')
-rw-r--r--src/VBox/Storage/testcase/VDMemDisk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Storage/testcase/VDMemDisk.cpp b/src/VBox/Storage/testcase/VDMemDisk.cpp
index 33248090635..9d62702f9ae 100644
--- a/src/VBox/Storage/testcase/VDMemDisk.cpp
+++ b/src/VBox/Storage/testcase/VDMemDisk.cpp
@@ -16,7 +16,7 @@
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#define LOGGROUP LOGGROUP_DEFAULT /** @todo Log group */
-#include <iprt/err.h>
+#include <iprt/errcore.h>
#include <iprt/log.h>
#include <iprt/assert.h>
#include <iprt/avl.h>