diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-29 16:28:08 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-29 16:28:08 (GMT) |
commit | 3acb50056cf3e9e3f4a9776d5f2cbdf75fe0ae8c (patch) | |
tree | 93f6e280ee7ce16349d694beecf903caaf5a70f5 /wpa_supplicant/tests | |
parent | 0c3abf8d22e32d1418c9b6de60824ee2a86f3453 (diff) | |
download | hostap-3acb50056cf3e9e3f4a9776d5f2cbdf75fe0ae8c.zip hostap-3acb50056cf3e9e3f4a9776d5f2cbdf75fe0ae8c.tar.gz hostap-3acb50056cf3e9e3f4a9776d5f2cbdf75fe0ae8c.tar.bz2 |
Remove src/rsn_supp from default header path
Diffstat (limited to 'wpa_supplicant/tests')
-rw-r--r-- | wpa_supplicant/tests/test_wpa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa_supplicant/tests/test_wpa.c b/wpa_supplicant/tests/test_wpa.c index af1aa02..77fc36a 100644 --- a/wpa_supplicant/tests/test_wpa.c +++ b/wpa_supplicant/tests/test_wpa.c @@ -18,8 +18,8 @@ #include "eloop.h" #include "common/ieee802_11_defs.h" #include "../config.h" -#include "wpa.h" -#include "wpa_ie.h" +#include "rsn_supp/wpa.h" +#include "rsn_supp/wpa_ie.h" #include "../hostapd/wpa.h" |