openbsd-ports/net/pktstat/patches/patch-loop_c

14 lines
326 B
Plaintext
Raw Normal View History

$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