From: Jouni Malinen Date: Sat, 21 Mar 2009 18:56:39 +0000 (+0200) Subject: Fix CONFIG_DRIVER_RADIUS_ACL=y build X-Git-Tag: hostap_0_7_0~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81047631317f31567bd5cf9ebe20b524febe5a87;p=thirdparty%2Fhostap.git Fix CONFIG_DRIVER_RADIUS_ACL=y build --- diff --git a/hostapd/ieee802_11_auth.c b/hostapd/ieee802_11_auth.c index 3abbc64fe..5de4e2efb 100644 --- a/hostapd/ieee802_11_auth.c +++ b/hostapd/ieee802_11_auth.c @@ -27,6 +27,9 @@ #include "radius/radius.h" #include "radius/radius_client.h" #include "eloop.h" +#ifdef CONFIG_DRIVER_RADIUS_ACL +#include "driver_i.h" +#endif /* CONFIG_DRIVER_RADIUS_ACL */ #define RADIUS_ACL_TIMEOUT 30