Fix wpa_supplicant AP build after hostapd header file cleanup
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 25 Mar 2009 14:35:26 +0000 (16:35 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 25 Mar 2009 14:35:26 +0000 (16:35 +0200)
hostapd/beacon.h
wpa_supplicant/ap.c

index ba50958..afca98b 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef BEACON_H
 #define BEACON_H
 
-struct ieee80211_mgmt *mgmt;
+struct ieee80211_mgmt;
 
 void handle_probe_req(struct hostapd_data *hapd, struct ieee80211_mgmt *mgmt,
                      size_t len);
index 7b9b243..25f0ed4 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "common.h"
 #include "../hostapd/hostapd.h"
+#include "../hostapd/config.h"
 #include "eap_common/eap_defs.h"
 #include "eap_server/eap_methods.h"
 #include "eap_common/eap_wsc_common.h"