summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 06:15:36 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 06:15:36 +0000
commitd8a43975d902b901ecccc32cda1160c47c804bd8 (patch)
tree5c1a74fc56f435cdb0705cb7fc10c9fc679a36b0 /MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h
parentdcd8c7d649f12524ec1cadbb6d85a9e39dadce3a (diff)
downloadedk2-platforms-d8a43975d902b901ecccc32cda1160c47c804bd8.tar.xz
added PPI and Protocol definitions needed by porting modules
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2778 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h')
-rw-r--r--MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h
index 570d0194b5..289c9a5443 100644
--- a/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h
+++ b/MdeModulePkg/Universal/Disk/Partition/Dxe/Partition.h
@@ -18,6 +18,11 @@
#ifndef _PARTITION_H
#define _PARTITION_H
+//
+// Include common header file for this module.
+//
+#include "CommonHeader.h"
+
#include <Uefi.h>
#include <Protocol/BlockIo.h>
#include <Guid/Gpt.h>