commit | 0eb42a5c1e36f5fc3fc86fb60237592fac5e0f0d | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 01 17:27:37 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Apr 01 17:27:37 2015 +0000 |
tree | 17a441f09727397c0545d23e867c1f099292d011 | |
parent | 2cbf3de767cc1918074cf60c5ed3896cbcf8290a [diff] | |
parent | 3382efbb4e85aafeaa6f3549381b390423545409 [diff] |
am 3382efbb: Merge "wpa_ctrl missing include for sys/stat.h" * commit '3382efbb4e85aafeaa6f3549381b390423545409': wpa_ctrl missing include for sys/stat.h
diff --git a/src/common/wpa_ctrl.c b/src/common/wpa_ctrl.c index ccaaf1b..82d4655 100644 --- a/src/common/wpa_ctrl.c +++ b/src/common/wpa_ctrl.c
@@ -21,6 +21,7 @@ #ifdef ANDROID #include <dirent.h> +#include <sys/stat.h> #include <cutils/sockets.h> #include "private/android_filesystem_config.h" #endif /* ANDROID */