Fix test build breakage when not compiling with mesh support
Build breakage was introduced by commit
16579769ff
('Add testing functionality for
resetting PN/IPN for configured keys') for some CONFIG_TESTING_OPTIONS=y
builds.
Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
parent
60890ca4ee
commit
74e55b6585
1 changed files with 0 additions and 4 deletions
|
@ -9,11 +9,7 @@
|
|||
#ifndef STA_INFO_H
|
||||
#define STA_INFO_H
|
||||
|
||||
#ifdef CONFIG_MESH
|
||||
/* needed for mesh_plink_state enum */
|
||||
#include "common/defs.h"
|
||||
#endif /* CONFIG_MESH */
|
||||
|
||||
#include "list.h"
|
||||
#include "vlan.h"
|
||||
#include "common/wpa_common.h"
|
||||
|
|
Loading…
Reference in a new issue