1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Index: ELFkickers/rebind/rebind.c =================================================================== --- ELFkickers.orig/rebind/rebind.c +++ ELFkickers/rebind/rebind.c @@ -7,7 +7,11 @@ #include <string.h> #include <errno.h> #include <unistd.h> +#ifdef __linux__ #include <linux/elf.h> +#else +#include <elf.h> +#endif #ifndef TRUE #define TRUE 1