]> git.pld-linux.org Git - packages/kismet.git/blob - kismet-pcap.patch
- BR: ncurses-ext-devel
[packages/kismet.git] / kismet-pcap.patch
1 --- kismet-3.0.1/pcapsource.h.orig      Tue Aug  5 07:43:40 2003
2 +++ kismet-3.0.1/pcapsource.h   Fri Jan 16 13:28:38 2004
3 @@ -29,10 +29,10 @@
4  extern "C" {
5  #ifndef HAVE_PCAPPCAP_H
6  #include <pcap.h>
7 -#include <net/bpf.h>
8 +#include <pcap-bpf.h>
9  #else
10  #include <pcap/pcap.h>
11 -#include <pcap/net/bpf.h>
12 +#include <pcap/pcap-bpf.h>
13  #endif
14  }
15  
This page took 0.135918 seconds and 3 git commands to generate.