Browse Source

Fix CONFIG_DRIVER_RADIUS_ACL=y build

Jouni Malinen 16 years ago
parent
commit
8104763131
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hostapd/ieee802_11_auth.c

+ 3 - 0
hostapd/ieee802_11_auth.c

@@ -27,6 +27,9 @@
 #include "radius/radius.h"
 #include "radius/radius.h"
 #include "radius/radius_client.h"
 #include "radius/radius_client.h"
 #include "eloop.h"
 #include "eloop.h"
+#ifdef CONFIG_DRIVER_RADIUS_ACL
+#include "driver_i.h"
+#endif /* CONFIG_DRIVER_RADIUS_ACL */
 
 
 #define RADIUS_ACL_TIMEOUT 30
 #define RADIUS_ACL_TIMEOUT 30