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

Commit 2cba49ac authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Fix framworks/base compiling against musl"

parents b77efab6 7cdbd686
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 {