summaryrefslogtreecommitdiff
path: root/benchmarks/netperf/files/patch-src_dscp.c
blob: 43f33fc55353e08e6ac1537daae706153307320a (plain) (blame)
1
2
3
4
5
6
7
8
9
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