From: Ben Greear Date: Wed, 18 Oct 2017 22:58:30 +0000 (-0700) Subject: Fix test build breakage when not compiling with mesh support X-Git-Tag: hostap_2_7~975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e55b6585ac7f77881212c96dac246f1dda87a9;p=thirdparty%2Fhostap.git 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 --- 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"