From b8800fc547440d8648e49c189a60547bfc4a1615 Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 20 Jun 2011 21:58:05 +0000 Subject: InOsEmuPkg/Unix/Sec: Add BaseMemoryLib implementation to thunk layer This implementation only covers a few BaseMemoryLib functions. The implementation leverates malloc/free in stdlib. Signed-off-by: jljusten git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11866 6f19259b-4bc3-4df7-8a09-765794883524 --- InOsEmuPkg/Unix/Sec/SecMain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'InOsEmuPkg/Unix/Sec/SecMain.h') diff --git a/InOsEmuPkg/Unix/Sec/SecMain.h b/InOsEmuPkg/Unix/Sec/SecMain.h index 81970edb6c..01254de0c7 100644 --- a/InOsEmuPkg/Unix/Sec/SecMain.h +++ b/InOsEmuPkg/Unix/Sec/SecMain.h @@ -90,6 +90,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include #include +#include #include #include #include -- cgit v1.2.3