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

14 lines
325 B
Plaintext

$OpenBSD: patch-src_names_c,v 1.4 2013/01/23 10:17:48 benoit Exp $
--- src/names.c.orig Thu Mar 17 20:59:14 2011
+++ src/names.c Fri Jan 18 11:27:33 2013
@@ -21,7 +21,9 @@
#include <config.h>
#endif
+#include <unistd.h>
#include <netinet/in.h>
+#include <sys/socket.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif