From 862e08a9a4d9ad6632f12569960edcd7a51e6cb7 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 2 Jan 2009 21:14:21 +0200 Subject: [PATCH] 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. --- hostapd/ieee802_1x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostapd/ieee802_1x.c b/hostapd/ieee802_1x.c index eddc82f..350c542 100644 --- a/hostapd/ieee802_1x.c +++ b/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, -- 2.1.4