From: Jouni Malinen Date: Tue, 21 Jul 2015 10:15:24 +0000 (+0300) Subject: FST: Include fst/fst.h explicitly into wpa_supplicant/ctrl_iface.c X-Git-Tag: hostap_2_5~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4cea898cd06d350ac65434d33f817588b360c9;p=thirdparty%2Fhostap.git FST: Include fst/fst.h explicitly into wpa_supplicant/ctrl_iface.c This header file is needed to get struct fst_iface_cfg and struct fst_wpa_obj defined. While it does currently get pulled in through ap/hostapd.h and ap/ap_config.h, a more explicit inclusion may be a cleaner option for future. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index eab07503b..07b7038aa 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -28,6 +28,7 @@ #include "rsn_supp/pmksa_cache.h" #include "l2_packet/l2_packet.h" #include "wps/wps.h" +#include "fst/fst.h" #include "fst/fst_ctrl_iface.h" #include "config.h" #include "wpa_supplicant_i.h"