mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
Fixed compilation error in OSX caused by including pcap/bpf.h instead of pcap.h in src/ppi.cpp.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#endif // TINS_DEBUG
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <pcap/bpf.h>
|
||||
#include <pcap.h>
|
||||
#include "dot11/dot11_base.h"
|
||||
#include "dot3.h"
|
||||
#include "ethernetII.h"
|
||||
|
||||
Reference in New Issue
Block a user