diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-12-25 07:21:57 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2018-12-25 07:21:57 +0000 |
| commit | a81ea2b37de45ca7337c0b227213b61a124cd262 (patch) | |
| tree | 30fc3e90f584e955179cb618c0651fed6a35d675 /src/VBox/HostDrivers/Support/SUPR0IdcClient.c | |
| parent | 6548742068e20b56ce03b3ac8ea6f1cd6603c219 (diff) | |
| download | VirtualBox-svn-a81ea2b37de45ca7337c0b227213b61a124cd262.tar.gz | |
scm --fix-err-h src/ (bugref:9344)
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76474 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/HostDrivers/Support/SUPR0IdcClient.c')
| -rw-r--r-- | src/VBox/HostDrivers/Support/SUPR0IdcClient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/HostDrivers/Support/SUPR0IdcClient.c b/src/VBox/HostDrivers/Support/SUPR0IdcClient.c index 7bc2b7f2ce2..5db5870b5d6 100644 --- a/src/VBox/HostDrivers/Support/SUPR0IdcClient.c +++ b/src/VBox/HostDrivers/Support/SUPR0IdcClient.c @@ -29,7 +29,7 @@ * Header Files * *********************************************************************************************************************************/ #include "SUPR0IdcClientInternal.h" -#include <VBox/err.h> +#include <iprt/errcore.h> #include <iprt/asm.h> |
