X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Fld-acess.so_src%2Felf.c;h=71e9a92baf9d0e125df9363d575338cac6c8f217;hb=47296e890b2b09cbc46db30d7fe2aeeae11a6d4a;hp=676f5c3f4d7bad73c4576f4d826802795a8dc6cc;hpb=af67042b8d7f05fe76583aef1afb2022b519a1aa;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/ld-acess.so_src/elf.c b/Usermode/Libraries/ld-acess.so_src/elf.c index 676f5c3f..71e9a92b 100644 --- a/Usermode/Libraries/ld-acess.so_src/elf.c +++ b/Usermode/Libraries/ld-acess.so_src/elf.c @@ -15,6 +15,9 @@ #include "common.h" #include +#ifndef assert +# include +#endif #include "elf32.h" #include "elf64.h"