Merge "Fix idmap2 compiling against musl" into stage-aosp-master

This commit is contained in:
Colin Cross
2021-09-16 16:25:38 +00:00
committed by Android (Google) 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 <random> #include <random>
#include <string> #include <string>