tc: include stdint.h explicitly for UINT16_MAX 00/221200/1 accepted/tizen/unified/20200102.220753 submit/tizen/20200102.041419
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 30 Dec 2019 05:30:04 +0000 (14:30 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 30 Dec 2019 05:30:08 +0000 (14:30 +0900)
backport:
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=ae717baf15fb4d30749ada3948d9445892bac239

Change-Id: Iae1afa0c3a3400148aac5f5ee2f69546a6f5f2c6

tc/tc_core.c

index 85b072e..b1bb702 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <syslog.h>
 #include <fcntl.h>