openbsd-ports/net/pktstat/patches/patch-loop_c
dcoppa 4f29a8c683 Add missing includes: from Markus Lude.
Add a @bin marker to PLIST, bump.

OK landry@
2010-09-22 15:20:33 +00:00

14 lines
326 B
Plaintext

$OpenBSD: patch-loop_c,v 1.1 2010/09/22 15:20:33 dcoppa Exp $
--- loop.c.orig Sat Nov 11 14:32:16 2006
+++ loop.c Tue Sep 7 15:10:47 2010
@@ -15,6 +15,9 @@
#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
+#if HAVE_NETINET_IN_H
+# include <netinet/in.h>
+#endif
#if HAVE_ARPA_INET_H
# include <arpa/inet.h>
#endif