--- ./tools/sepdebugcrcfix.c.orig 2017-01-19 15:28:12.521321881 +0000 +++ ./tools/sepdebugcrcfix.c 2017-01-19 15:28:26.895267612 +0000 @@ -28,7 +28,6 @@ #include #include #include -#include #define _(x) x #define static_assert(expr) \ @@ -46,7 +45,7 @@ static const bool false = 0, true = 1; static unsigned long calc_gnu_debuglink_crc32 (unsigned long crc, const unsigned char *buf, - bfd_size_type len) + size_t len) { static const unsigned long crc32_table[256] = {