Usermode/ld-acess - Fix unconditional inclusion of assert.h in shared code
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / elf.c
index 27cf96c..71e9a92 100644 (file)
@@ -15,7 +15,9 @@
 
 #include "common.h"
 #include <stdint.h>
-#include <assert.h>
+#ifndef assert
+# include <assert.h>
+#endif
 #include "elf32.h"
 #include "elf64.h"
 

UCC git Repository :: git.ucc.asn.au