From 8efc0271f54f9f3c8b47ad7ac5c09d9cf25ab084 Mon Sep 17 00:00:00 2001 From: Jeff Ebert Date: Sat, 3 Feb 2018 09:31:24 -0800 Subject: [PATCH] Don't include dot11.h in tins.h if it is not configured in the library (#277) --- include/tins/tins.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tins/tins.h b/include/tins/tins.h index 86b2789..058941d 100644 --- a/include/tins/tins.h +++ b/include/tins/tins.h @@ -40,7 +40,9 @@ #include #include #include +#if defined(TINS_HAVE_DOT11) #include +#endif #include #include #include