blob: be129daf9dbce1cf0dc2e8e7bcc0f18619da31d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# http://lists.freebsd.org/pipermail/freebsd-ports/2009-March/053823.html
#
--- show_dump.c.orig 2009-03-29 23:18:16.000000000 +0400
+++ show_dump.c 2009-03-29 23:18:24.000000000 +0400
@@ -30,6 +30,7 @@
#include <string.h>
#include <unistd.h>
#include <errno.h>
+#include <net/bpf.h>
#include <pcap.h>
#include <pthread.h>
#include <time.h>
--- trafshow.c.orig 2009-03-29 23:18:49.000000000 +0400
+++ trafshow.c 2009-03-29 23:18:58.000000000 +0400
@@ -30,6 +30,7 @@
#include <string.h>
#include <unistd.h>
#include <time.h>
+#include <net/bpf.h>
#include <pcap.h>
#include <pthread.h>
#include <errno.h>
|