From b62286e60c079936a5f1e5b0befd32d2d9bf1b3f Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 1 Apr 2015 07:48:34 -0700 Subject: idmap: scan missing include for sys/stat.h scan.cpp 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: If547e86513b06c536972138ae571c3d9c714ffe9 --- cmds/idmap/scan.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmds/idmap/scan.cpp') diff --git a/cmds/idmap/scan.cpp b/cmds/idmap/scan.cpp index 197e36bd97af..84158d32ddbe 100644 --- a/cmds/idmap/scan.cpp +++ b/cmds/idmap/scan.cpp @@ -1,3 +1,6 @@ +#include +#include + #include "idmap.h" #include @@ -9,8 +12,6 @@ #include #include -#include - #define NO_OVERLAY_TAG (-1000) using namespace android; -- cgit v1.2.3-59-g8ed1b