summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-src_dscp.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/netperf/files/patch-src_dscp.c')
-rw-r--r--benchmarks/netperf/files/patch-src_dscp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-src_dscp.c b/benchmarks/netperf/files/patch-src_dscp.c
new file mode 100644
index 000000000000..43f33fc55353
--- /dev/null
+++ b/benchmarks/netperf/files/patch-src_dscp.c
@@ -0,0 +1,10 @@
+--- src/dscp.c.orig 2012-10-11 20:42:06 UTC
++++ src/dscp.c
+@@ -54,6 +54,7 @@ const char * iptos2str(int iptos);
+ */
+
+ #if HAVE_NETINET_IN_SYSTM_H
++#include <sys/types.h>
+ #include <netinet/in_systm.h>
+ #endif
+ #if HAVE_NETINET_IP_H