From: Jouni Malinen Date: Sun, 13 Jan 2013 16:24:52 +0000 (+0200) Subject: Updated test_wpa to use new header file for WPA authenticator X-Git-Tag: aosp-kk-from-upstream~625 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ee1594da941663659ab7d58af7b01b961a2e212;p=thirdparty%2Fhostap.git Updated test_wpa to use new header file for WPA authenticator Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/tests/test_wpa.c b/wpa_supplicant/tests/test_wpa.c index 0d659adaf..ba2be6f5b 100644 --- a/wpa_supplicant/tests/test_wpa.c +++ b/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;