Include the NAN header file into driver.h to avoid C++ constraints
Include src/common/nan.h file into src/drivers/driver.h to resolve the compilation issue "ISO C++ forbids forward references to 'enum' types" by pulling in the full definition of enum nan_service_protocol_type. Signed-off-by: Shivani Baranwal <quic_shivbara@quicinc.com>
This commit is contained in:
parent
9c17ae96a3
commit
a803fa9daa
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "common/defs.h"
|
||||
#include "common/ieee802_11_defs.h"
|
||||
#include "common/wpa_common.h"
|
||||
#include "common/nan.h"
|
||||
#ifdef CONFIG_MACSEC
|
||||
#include "pae/ieee802_1x_kay.h"
|
||||
#endif /* CONFIG_MACSEC */
|
||||
|
@ -29,7 +30,6 @@
|
|||
|
||||
struct nan_subscribe_params;
|
||||
struct nan_publish_params;
|
||||
enum nan_service_protocol_type;
|
||||
|
||||
#define HOSTAPD_CHAN_DISABLED 0x00000001
|
||||
#define HOSTAPD_CHAN_NO_IR 0x00000002
|
||||
|
|
Loading…
Add table
Reference in a new issue