diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-07 10:52:07 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-07 10:52:07 +0000 |
commit | 2ee85366238f662c31684d7ca6bc4ce84ea0270a (patch) | |
tree | 063f51a98ca4042aff967c02019b73b11f5fbcc5 /ArmPlatformPkg/Library | |
parent | 4d0a4fcefef53afdaae1f6db616123bfc7b0db08 (diff) | |
download | edk2-platforms-2ee85366238f662c31684d7ca6bc4ce84ea0270a.tar.xz |
ArmPlatformPkg: Fix warnings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12001 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Library')
-rwxr-xr-x | ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c index 2d9595f885..469a545c0e 100755 --- a/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c +++ b/ArmPlatformPkg/Library/DebugSecExtraActionLib/DebugSecExtraActionLib.c @@ -18,7 +18,7 @@ #include <Library/PcdLib.h>
#include <Library/PrintLib.h>
#include <Library/SerialPortLib.h>
-
+#include <Chipset/ArmV7.h> #include <Drivers/PL390Gic.h>
#define ARM_PRIMARY_CORE 0
|