diff options
Diffstat (limited to 'src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp')
-rw-r--r-- | src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp index f2e039d26b6..42ca2bde439 100644 --- a/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp +++ b/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp @@ -26,7 +26,7 @@ #include <iprt/assert.h> #include <iprt/mem.h> -#include <iprt/err.h> +#include <iprt/errcore.h> #include <iprt/utf16.h> #include "VBox/log.h" |