Browse Source

Updated test_wpa to use new header file for WPA authenticator

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 12 years ago
parent
commit
2ee1594da9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/tests/test_wpa.c

+ 1 - 1
wpa_supplicant/tests/test_wpa.c

@@ -14,7 +14,7 @@
 #include "../config.h"
 #include "rsn_supp/wpa.h"
 #include "rsn_supp/wpa_ie.h"
-#include "../hostapd/wpa.h"
+#include "ap/wpa_auth.h"
 
 
 extern int wpa_debug_level;