openbsd-ports/net/etherape/patches/patch-src_decode_proto_c
benoit d6adb0e2b4 - update etherape to 0.9.12
- regen PLIST
- update patches and WANTLIB
2013-01-23 10:17:46 +00:00

12 lines
346 B
Plaintext

$OpenBSD: patch-src_decode_proto_c,v 1.3 2013/01/23 10:17:48 benoit Exp $
--- src/decode_proto.c.orig Mon May 30 21:50:22 2011
+++ src/decode_proto.c Sat Jul 16 11:38:35 2011
@@ -30,6 +30,7 @@
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
+#include <sys/socket.h>
#include "prot_types.h"
#include "util.h"
#include "decode_proto.h"