iproute2/tc-headers.patch

18 lines
429 B
Diff

From: Andreas Schwab <schwab@suse.de>
Date: Mon, 31 Jul 2017 12:24:30 +0000
add missing header
Index: iproute2-4.11.0/tc/tc_core.c
===================================================================
--- iproute2-4.11.0.orig/tc/tc_core.c
+++ iproute2-4.11.0/tc/tc_core.c
@@ -20,6 +20,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
+#include <stdint.h>
#include "tc_core.h"
#include <linux/atm.h>