here is the fix i had used

On Thu, Nov 30, 2017 at 7:32 PM, Jonathan Morton <[email protected]> wrote:
> It would need stdint.h and limits.h.  It's possible one of those has been
> left out of the code.
>
> - Jonathan Morton
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 <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <syslog.h>
 #include <fcntl.h>
_______________________________________________
Cake mailing list
[email protected]
https://lists.bufferbloat.net/listinfo/cake

Reply via email to