diff options
-rw-r--r-- | cmds/idmap/create.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/idmap/create.cpp b/cmds/idmap/create.cpp index 7a501a4..16532b8 100644 --- a/cmds/idmap/create.cpp +++ b/cmds/idmap/create.cpp @@ -7,6 +7,7 @@ #include <utils/String8.h> #include <fcntl.h> +#include <sys/file.h> #include <sys/stat.h> using namespace android; |