Merge "Fix framworks/base compiling against musl"

This commit is contained in:
Colin Cross
2021-09-17 01:47:58 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
#include "print.h"
#include <sys/ioctl.h>
#include <stdarg.h>
#include <stdio.h>
#include <unistd.h>

View File

@@ -17,6 +17,8 @@
#ifndef UTIL_H
#define UTIL_H
#include <sys/types.h>
#include <map>
#include <string>
#include <vector>

View File

@@ -1,5 +1,6 @@
#include "Errors.h"
#include <stdarg.h>
#include <stdlib.h>
namespace android {