freebsd-ports/net/libnet-devel/files/patch-libnet_write.c
Dirk Meyer b044ecb38c - update to 1.1.5
- set LATEST_LINK
- use OPTIONS
- use PLIST_SUB to get versions out pkg-plist
- fix build in jail without /dev/bpf
- take maintainership
2010-11-15 19:04:31 +00:00

10 lines
229 B
C

--- src/libnet_write.c.orig 2010-11-03 19:35:12.000000000 +0100
+++ src/libnet_write.c 2010-11-15 18:24:35.000000000 +0100
@@ -32,6 +32,7 @@
*
*/
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/udp.h>