Browse Source

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.
Jouni Malinen 16 years ago
parent
commit
862e08a9a4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hostapd/ieee802_1x.c

+ 1 - 0
hostapd/ieee802_1x.c

@@ -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,