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 <jouni@qca.qualcomm.com>
This commit is contained in:
parent
de74489276
commit
df4cea898c
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue