diff options
| author | Michael Meskes <meskes@debian.org> | 2011-01-20 11:21:45 +0100 |
|---|---|---|
| committer | Michael Meskes <meskes@debian.org> | 2011-01-20 11:21:45 +0100 |
| commit | 14ee89c73b263c9a9e6e5bd300ef05c1ed41742a (patch) | |
| tree | ba2010adc07bd73710310b25adb8428ea866e067 /src/VBox/Devices/Samples | |
| parent | 361589e3ae692db27161410309b92c6b89e1ec6c (diff) | |
| download | virtualbox-14ee89c73b263c9a9e6e5bd300ef05c1ed41742a.tar.gz | |
Imported Upstream version 4.0.2-dfsgupstream/4.0.2-dfsg
Diffstat (limited to 'src/VBox/Devices/Samples')
| -rw-r--r-- | src/VBox/Devices/Samples/VBoxSampleDevice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp index 9d01a6d54..cff444956 100644 --- a/src/VBox/Devices/Samples/VBoxSampleDevice.cpp +++ b/src/VBox/Devices/Samples/VBoxSampleDevice.cpp @@ -1,4 +1,4 @@ -/* $Id: VBoxSampleDevice.cpp 28800 2010-04-27 08:22:32Z vboxsync $ */ +/* $Id: VBoxSampleDevice.cpp 35346 2010-12-27 16:13:13Z vboxsync $ */ /** @file * VBox Sample Device. */ @@ -20,7 +20,7 @@ * Header Files * *******************************************************************************/ #define LOG_GROUP LOG_GROUP_MISC -#include <VBox/pdmdev.h> +#include <VBox/vmm/pdmdev.h> #include <VBox/version.h> #include <VBox/err.h> #include <VBox/log.h> |
