diff --git a/pax-utils-0.8.1/elf.h b/pax-utils-0.8.1/elf.h index d131b9b..a8d210f 100644 --- a/pax-utils-0.8.1/elf.h +++ b/pax-utils-0.8.1/elf.h @@ -19,7 +19,11 @@ #ifndef _ELF_H #define _ELF_H 1 +#ifdef __GLIBC__ #include +#else +#include +#endif __BEGIN_DECLS