summaryrefslogtreecommitdiff
path: root/net/flodo/patches/patch-aa
blob: c941265408b5c17da28888c40d1df95d9f57eb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.3 2015/03/07 07:42:16 mef Exp $

--- flodo.c.orig	2006-11-30 10:15:06.000000000 +0900
+++ flodo.c	2015-03-07 16:29:01.000000000 +0900
@@ -53,7 +53,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <pcap.h>
-#if defined(__linux__) || defined(__FreeBSD__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__DragonFly__)
 #include <net/ethernet.h>
 #endif
 #include <netinet/in.h>
@@ -62,6 +62,8 @@
 #include <netinet/tcp.h>
 #include <netinet/udp.h>
 #if defined(__NetBSD__)
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <net/if.h>
 #include <net/if_ether.h>
 #endif