mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Don't include dot11.h in tins.h if it is not configured in the library (#277)
This commit is contained in:
committed by
Matias Fontanini
parent
f7fc5fae1d
commit
8efc0271f5
@@ -40,7 +40,9 @@
|
||||
#include <tins/llc.h>
|
||||
#include <tins/icmp.h>
|
||||
#include <tins/icmpv6.h>
|
||||
#if defined(TINS_HAVE_DOT11)
|
||||
#include <tins/dot11.h>
|
||||
#endif
|
||||
#include <tins/dot1q.h>
|
||||
#include <tins/dot3.h>
|
||||
#include <tins/ip.h>
|
||||
|
||||
Reference in New Issue
Block a user