From 2263e479a544e7f4d547abcb747fe5896afb9de8 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 1 Apr 2015 07:33:14 -0700 Subject: wifi missing include for sys/stat.h wifi.c gets sys/stat.h inherited from private/android_filesystem_config.h it should not rely on this in the future. The intent is to move fs_config function into libcutils and thus deprecate any need for sys/stat.h in this include file. Bug: 19908228 Change-Id: Ie84477137dba47af385163decbb41b03e2aeaed4 --- wifi/wifi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'wifi') diff --git a/wifi/wifi.c b/wifi/wifi.c index 3e99715..5f24343 100644 --- a/wifi/wifi.c +++ b/wifi/wifi.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include -- cgit v1.1