blob: 3f533b0b4732c46953bfd2f51cd63834f9be8dbb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Included patch fixes the problem
--- patch-net_read.c begins here ---
--- net_read.c.orig Tue May 29 11:16:23 2007
+++ net_read.c Tue May 29 11:16:48 2007
@@ -58,6 +58,7 @@
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
+#include <net/bpf.h>
#ifdef __OpenBSD__
#include <net/if_pflog.h>
#endif
--- patch-net_read.c ends here ---
|