diff options
Diffstat (limited to 'src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp')
-rw-r--r-- | src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp b/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp index fa3da2a54fe..b0ce02f6395 100644 --- a/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp +++ b/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp @@ -29,7 +29,7 @@ # define LOG_GROUP LOG_GROUP_DEFAULT #endif #include <VBox/log.h> -#include <VBox/VMMDev.h> +#include <VBox/VMMDev.h> /* for VMMDEV_EVENT_SEAMLESS_MODE_CHANGE_REQUEST */ #include "VBoxTray.h" #include "VBoxHelpers.h" |