opnsense-ports/benchmarks/netperf/files/patch-dscp.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
247 B
C

--- src/dscp.c.orig 2012-04-04 08:51:29.000000000 +0900
+++ src/dscp.c 2012-08-24 11:12:14.866495927 +0900
@@ -50,6 +50,7 @@
*/
#if HAVE_NETINET_IN_SYSTM_H
+#include <sys/types.h>
#include <netinet/in_systm.h>
#endif
#if HAVE_NETINET_IP_H