diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 15:19:20 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-06 15:19:20 +0000 |
commit | a73480f6f2e211947ac19ef049adcba6f50bb655 (patch) | |
tree | 1142c6c03237e760272c32e01e4e55f9b2093935 /MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | |
parent | 04eced5b5281adee80dc108a963371e8424d30fc (diff) | |
download | edk2-platforms-a73480f6f2e211947ac19ef049adcba6f50bb655.tar.xz |
Enable Intel IPF compilation for MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3130 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c')
-rw-r--r-- | MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c index 8461d68ee2..5be0014905 100644 --- a/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c +++ b/MdePkg/Library/BaseCacheMaintenanceLib/IpfCache.c @@ -17,6 +17,7 @@ // Include common header file for this module.
//
#include <Base.h>
+#include <Library/CacheMaintenanceLib.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
|