blob: 014c2f17d2a604e599a47f682dc0de23399257cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- iproute2-4.1.0.orig/tc/tc_util.c 2015-06-26 21:28:25.000000000 +0200
+++ iproute2-4.1.0/tc/tc_util.c 2015-06-29 08:45:24.000000000 +0200
@@ -15,6 +15,7 @@
#include <unistd.h>
#include <syslog.h>
#include <fcntl.h>
+#include <sys/param.h>
#include <sys/socket.h>
#include <sys/param.h>
#include <netinet/in.h>
|