From 8bf8b6bb6a1866d8a2cac15c745cbe6fdb04e63c Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 29 Jan 2017 02:31:00 +0000 Subject: ldso: added pe_ldso.h to ensure namespace isolation in hosted executables. --- include/pemagine/pemagine.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/pemagine/pemagine.h') diff --git a/include/pemagine/pemagine.h b/include/pemagine/pemagine.h index e88e244..afc42c7 100644 --- a/include/pemagine/pemagine.h +++ b/include/pemagine/pemagine.h @@ -4,6 +4,7 @@ #include "pe_api.h" #include "pe_consts.h" #include "pe_structs.h" +#include "pe_ldso.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3