mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
401 B

  1. diff -ruN kismet-2004-04-R1/pcapsource.h kismet-2004-04-R1-new/pcapsource.h
  2. --- kismet-2004-04-R1/pcapsource.h 2004-03-21 00:57:04.000000000 +0100
  3. +++ kismet-2004-04-R1-new/pcapsource.h 2004-05-01 12:02:50.683464560 +0200
  4. @@ -34,7 +34,7 @@
  5. extern "C" {
  6. #ifndef HAVE_PCAPPCAP_H
  7. #include <pcap.h>
  8. -#include <net/bpf.h>
  9. +#include <pcap-bpf.h>
  10. #else
  11. #include <pcap/pcap.h>
  12. #include <pcap/net/bpf.h>