Jan Engelhardt
5ede99ed9b
- tc-headers.patch: add missing header OBS-URL: https://build.opensuse.org/request/show/513179 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=141
13 lines
332 B
Diff
13 lines
332 B
Diff
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>
|