freebsd-ports/net/rtpbreak/files/patch-net.h
Dirk Meyer fcb98a504a - update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
2013-02-18 21:13:02 +00: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>