diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2011-01-02 10:58:34 +0100 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2011-01-02 10:58:34 +0100 |
commit | 361589e3ae692db27161410309b92c6b89e1ec6c (patch) | |
tree | f58702fae95e097c1a03bd37c1df44963a5b316f /src/VBox/VMM/MMPagePool.cpp | |
parent | d4835ef8bf2b0196ae1887c04e3d57cce840904c (diff) | |
download | virtualbox-361589e3ae692db27161410309b92c6b89e1ec6c.tar.gz |
Imported Upstream version 4.0.0-dfsgupstream/4.0.0-dfsg
Diffstat (limited to 'src/VBox/VMM/MMPagePool.cpp')
-rw-r--r-- | src/VBox/VMM/MMPagePool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VBox/VMM/MMPagePool.cpp b/src/VBox/VMM/MMPagePool.cpp index 380c9924a..520f33706 100644 --- a/src/VBox/VMM/MMPagePool.cpp +++ b/src/VBox/VMM/MMPagePool.cpp @@ -1,4 +1,4 @@ -/* $Id: MMPagePool.cpp $ */ +/* $Id: MMPagePool.cpp 32036 2010-08-27 10:14:39Z vboxsync $ */ /** @file * MM - Memory Manager - Page Pool. */ @@ -27,6 +27,7 @@ #include <VBox/param.h> #include <VBox/err.h> #include <VBox/log.h> +#include <include/internal/pgm.h> #include <iprt/alloc.h> #include <iprt/assert.h> #define USE_INLINE_ASM_BIT_OPS |