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
This commit is contained in:
parent
902b8e2df5
commit
9192abcf13
@ -17,6 +17,8 @@
|
||||
#ifndef IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
|
||||
#define IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <random>
|
||||
#include <string>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user