opnsense-ports/net/rtpbreak/files/patch-net.h
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
283 B
C

--- src/net.h.orig 2008-05-05 19:05:21.000000000 +0200
+++ src/net.h 2013-02-18 07:48:54.000000000 +0100
@@ -26,6 +26,7 @@
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <netinet/udp.h>
#include <arpa/inet.h>
#include <pcap.h>
#include <libnet.h>