diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 14:29:29 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 14:29:29 +0000 |
commit | 40b499c613d006e0531013064e57721b6e777a9c (patch) | |
tree | 47212451978ff2facf2d732b72c779860dd799b3 /DuetPkg | |
parent | 0e087563a3dd070d08e1dd5fa2a9ce7dabf4b8ad (diff) | |
download | edk2-platforms-40b499c613d006e0531013064e57721b6e777a9c.tar.xz |
Add header file "SerialStatusCode.h" inclusion.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7956 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r-- | DuetPkg/DxeIpl/Debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/DxeIpl/Debug.c b/DuetPkg/DxeIpl/Debug.c index 248ffb2440..31b89fc49e 100644 --- a/DuetPkg/DxeIpl/Debug.c +++ b/DuetPkg/DxeIpl/Debug.c @@ -19,6 +19,7 @@ Revision History: **/
#include "DxeIpl.h"
+#include "SerialStatusCode.h"
UINT8 *mCursor;
UINT8 mHeaderIndex = 10;
|