mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
Prefix HAVE_ config.h macros with TINS_
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "handshake_capturer.h"
|
||||
|
||||
#ifdef HAVE_DOT11
|
||||
#ifdef TINS_HAVE_DOT11
|
||||
|
||||
#include "dot11/dot11_data.h"
|
||||
|
||||
@@ -106,4 +106,4 @@ bool RSNHandshakeCapturer::do_insert(const handshake_map::key_type& key,
|
||||
|
||||
} // namespace Tins;
|
||||
|
||||
#endif // HAVE_DOT11
|
||||
#endif // TINS_HAVE_DOT11
|
||||
|
||||
Reference in New Issue
Block a user