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:
Colin Cross 2021-09-13 16:30:12 -07:00
parent 902b8e2df5
commit 9192abcf13

View File

@ -17,6 +17,8 @@
#ifndef IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
#define IDMAP2_INCLUDE_IDMAP2_FILEUTILS_H_
#include <sys/types.h>
#include <random>
#include <string>