16 lines
372 B
Text
16 lines
372 B
Text
$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>
|