aboutsummaryrefslogtreecommitdiff
path: root/net/nemesis/files/patch-src_nemesis-proto__igmp.c
blob: 14d4ac9064c4001709a8554c8cd83304a4e6dcc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264625

--- src/nemesis-proto_igmp.c.orig	2022-06-12 06:55:58 UTC
+++ src/nemesis-proto_igmp.c
@@ -6,6 +6,8 @@
  * nemesis-proto_igmp.c (IGMP Packet Generator)
  */
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <arpa/inet.h>
 #include <netinet/if_ether.h>