Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7cdbd686 authored by Colin Cross's avatar Colin Cross
Browse files

Fix framworks/base 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: Ia22c3df2e904e7a479bb636b7db22e5a0c341b98
parent 733dd0f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "print.h"

#include <sys/ioctl.h>
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>

+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#ifndef UTIL_H
#define UTIL_H

#include <sys/types.h>

#include <map>
#include <string>
#include <vector>
+1 −0
Original line number Diff line number Diff line
#include "Errors.h"

#include <stdarg.h>
#include <stdlib.h>

namespace android {