1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 04:34:27 +01:00

Prefix HAVE_ config.h macros with TINS_

This commit is contained in:
Matias Fontanini
2016-02-20 09:10:33 -08:00
parent bac8388cec
commit 64b84fa91d
66 changed files with 180 additions and 180 deletions

View File

@@ -28,7 +28,7 @@
*/
#include "dot11/dot11_beacon.h"
#ifdef HAVE_DOT11
#ifdef TINS_HAVE_DOT11
#include <cstring>
#include "memory_helpers.h"
@@ -72,4 +72,4 @@ void Dot11Beacon::write_fixed_parameters(OutputMemoryStream& stream) {
} // Tins
#endif // HAVE_DOT11
#endif // TINS_HAVE_DOT11