Include ieee802_11_defs.h explicitly instead of assuming it gets included
authorJouni Malinen <j@w1.fi>
Fri, 2 Jan 2009 19:14:21 +0000 (21:14 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2009 19:14:21 +0000 (21:14 +0200)
Some build configurations failed to compile because this file did not
get included.

hostapd/ieee802_1x.c

index eddc82f..350c542 100644 (file)
@@ -30,6 +30,7 @@
 #include "driver.h"
 #include "hw_features.h"
 #include "eap_server/eap.h"
+#include "ieee802_11_defs.h"
 
 
 static void ieee802_1x_finished(struct hostapd_data *hapd,