FST: Include fst/fst.h explicitly into wpa_supplicant/ctrl_iface.c
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 21 Jul 2015 10:15:24 +0000 (13:15 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 21 Jul 2015 10:15:24 +0000 (13:15 +0300)
commitdf4cea898cd06d350ac65434d33f817588b360c9
tree9754b57201b493942502aa2caf2a09d6c7ff5ac9
parentde74489276683f85adba7e464a0828131411daf4
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>
wpa_supplicant/ctrl_iface.c