diff options
| author | Daniel Bateman <jetison.24@gmail.com> | 2012-08-02 21:11:02 -0500 |
|---|---|---|
| committer | Daniel Bateman <jetison.24@gmail.com> | 2012-08-03 19:25:53 -0500 |
| commit | 654efeeec15cb4000f5af7ed69723792665d336f (patch) | |
| tree | 1922fcb92dda37b923d8a592f80f5e17e322925c | |
| parent | c8d8298afc93d5c279ff1b51dfab53e14e3e4d8a (diff) | |
| download | android_external_wpa_supplicant_8-ics-release.tar.gz android_external_wpa_supplicant_8-ics-release.tar.bz2 android_external_wpa_supplicant_8-ics-release.zip | |
wpa_supplicant_8: allow override of wpa_ctrl headerics-releasecm-9.1.0
Change-Id: I00c8d5350834ce0c7e768939e01c00a54d7de5d2
| -rw-r--r-- | src/common/wpa_ctrl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/wpa_ctrl.c b/src/common/wpa_ctrl.c index 88d3a026..2e3d49af 100644 --- a/src/common/wpa_ctrl.c +++ b/src/common/wpa_ctrl.c @@ -25,7 +25,7 @@ #include "private/android_filesystem_config.h" #endif /* ANDROID */ -#include "wpa_ctrl.h" +#include <src/common/wpa_ctrl.h> #include "common.h" |
