openbsd-ports/net/pktstat/patches/patch-sll_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
323 B
Plaintext

$OpenBSD: patch-sll_c,v 1.1 2010/09/22 15:20:33 dcoppa Exp $
--- sll.c.orig Fri Nov 10 06:34:54 2006
+++ sll.c Tue Sep 7 15:11:16 2010
@@ -17,6 +17,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