From 74e55b6585ac7f77881212c96dac246f1dda87a9 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Wed, 18 Oct 2017 15:58:30 -0700 Subject: [PATCH] Fix test build breakage when not compiling with mesh support Build breakage was introduced by commit 16579769ff7bb255e101c6b77fb2c47d3735a883 ('Add testing functionality for resetting PN/IPN for configured keys') for some CONFIG_TESTING_OPTIONS=y builds. Signed-off-by: Ben Greear --- src/ap/sta_info.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ap/sta_info.h b/src/ap/sta_info.h index 3fb60f69f..3809766a6 100644 --- a/src/ap/sta_info.h +++ b/src/ap/sta_info.h @@ -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"