Author: Eric Salama Date: Tue Nov 6 10:37:10 2018 +0000 add an include to stdint.h, needed for gcc>=5 See https://patchwork.ozlabs.org/patch/764995/ diff --git a/tc/tc_core.c b/tc/tc_core.c index 46eaefb..eb925cc 100644 --- a/tc/tc_core.c +++ b/tc/tc_core.c @@ -12,6 +12,7 @@ #include #include +#include #include #include #include