1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-27 20:24:26 +01:00

Fixed issue with relative include paths in dot11 headers.

This commit is contained in:
Matias Fontanini
2013-11-10 11:55:36 -03:00
parent 9962381fc7
commit 23552ea105
8 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_ASSOC_H) && defined(HAVE_DOT11)
#define TINS_DOT11_DOT11_ASSOC_H

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_AUTH_H) && defined(HAVE_DOT11)
#define TINS_DOT11_DOT11_AUTH_H

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_H) && defined(HAVE_DOT11)
#define TINS_DOT11_DOT11_H

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_BEACON_H) && defined(HAVE_DOT11)
#define TINS_DOT11_DOT11_BEACON_H

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_CONTROL_H) && defined(HAVE_DOT11)

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_DATA_H) && defined(HAVE_DOT11)
#define TINS_DOT11_DOT11_DATA_H

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_MGMT_H) && defined(HAVE_DOT11)

View File

@@ -27,7 +27,7 @@
*
*/
#include "config.h"
#include "../config.h"
#if !defined(TINS_DOT11_DOT11_PROBE_H) && defined(HAVE_DOT11)