blob: 48659b6f814804e54dd099015c5db029a31f8740 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-aa,v 1.1 2005/07/13 14:19:38 drochner Exp $
--- src/globals.h.orig 2005-07-13 15:58:53.000000000 +0200
+++ src/globals.h
@@ -29,9 +29,10 @@
#endif
#include <libnet.h>
+#include <net/bpf.h>
+#define PCAP_DONT_INCLUDE_PCAP_BPF_H
#include <pcap.h>
#include <sys/types.h>
-#include <net/bpf.h>
#include <signal.h>
#include <time.h>
#include <stdio.h>
|