Include ieee802_11_defs.h explicitly instead of assuming it gets included

Some build configurations failed to compile because this file did not
get included.
This commit is contained in:
Jouni Malinen 2009-01-02 21:14:21 +02:00
parent a1ba55a58a
commit 862e08a9a4

View file

@ -30,6 +30,7 @@
#include "driver.h" #include "driver.h"
#include "hw_features.h" #include "hw_features.h"
#include "eap_server/eap.h" #include "eap_server/eap.h"
#include "ieee802_11_defs.h"
static void ieee802_1x_finished(struct hostapd_data *hapd, static void ieee802_1x_finished(struct hostapd_data *hapd,