1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25: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:
Jeff Ebert
2018-02-03 09:31:24 -08:00
committed by Matias Fontanini
parent f7fc5fae1d
commit 8efc0271f5

View File

@@ -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>