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)
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

index eab0750..07b7038 100644 (file)
@@ -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"