diff options
Diffstat (limited to 'EmbeddedPkg/EblExternCmd')
-rw-r--r-- | EmbeddedPkg/EblExternCmd/EntryPointGlue.c | 2 | ||||
-rw-r--r-- | EmbeddedPkg/EblExternCmd/Main.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/EmbeddedPkg/EblExternCmd/EntryPointGlue.c b/EmbeddedPkg/EblExternCmd/EntryPointGlue.c index cffd844bd0..87757dfd47 100644 --- a/EmbeddedPkg/EblExternCmd/EntryPointGlue.c +++ b/EmbeddedPkg/EblExternCmd/EntryPointGlue.c @@ -17,6 +17,8 @@ **/
+#include "Ebl.h"
+
#define CMD_SEPARATOR ';'
#define MAX_ARGS 32
diff --git a/EmbeddedPkg/EblExternCmd/Main.c b/EmbeddedPkg/EblExternCmd/Main.c index 9f38c5de58..9e75c909cc 100644 --- a/EmbeddedPkg/EblExternCmd/Main.c +++ b/EmbeddedPkg/EblExternCmd/Main.c @@ -23,6 +23,7 @@ **/
+#include "Ebl.h"
/**
Entry point with Argc, Argv. Put your code here.
|