Index: ELFkickers/rebind/rebind.c =================================================================== --- ELFkickers.orig/rebind/rebind.c +++ ELFkickers/rebind/rebind.c @@ -7,7 +7,11 @@ #include #include #include +#ifdef __linux__ #include +#else +#include +#endif #ifndef TRUE #define TRUE 1