Merge "Fix idmap2 compiling against musl"

This commit is contained in:
Colin Cross
2021-09-17 01:48:03 +00:00
committed by Gerrit Code Review

View File

@@ -17,6 +17,8 @@
#ifndef IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_ #ifndef IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
#define IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_ #define IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
#include <sys/types.h>
#include <string> #include <string>
namespace android::idmap2::utils { namespace android::idmap2::utils {