Fix idmap2 compiling against musl
Add missing includes that are not transitively provided when compiling against musl. Bug: 190084016 Test: m USE_HOST_MUSL=true Change-Id: If8829cebb0c62b539d7a336b75cf106755588cdd Merged-In: If8829cebb0c62b539d7a336b75cf106755588cdd
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
#ifndef IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
|
||||
#define IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace android::idmap2::utils {
|
||||
|
||||
Reference in New Issue
Block a user