From 2ee1594da941663659ab7d58af7b01b961a2e212 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 13 Jan 2013 18:24:52 +0200 Subject: [PATCH] Updated test_wpa to use new header file for WPA authenticator Signed-hostap: Jouni Malinen --- wpa_supplicant/tests/test_wpa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;