Index: packetsource_pcap.cc --- packetsource_pcap.cc.orig +++ packetsource_pcap.cc @@ -60,6 +60,10 @@ extern "C" { #include #include +#ifndef IEEE80211_CHAN_TURBO +#define IEEE80211_CHAN_TURBO 0x0010 +#endif + #ifdef HAVE_RADIOTAP #include #include