Include what we use.

Bug: None
Test: mm
Change-Id: I664f436e233e284339fbab86701ac7279e8e8aa1
Exempt-From-Owner-Approval: Janitorial
This commit is contained in:
Dan Albert 2018-01-18 12:00:30 -08:00
parent ba84398b1f
commit cd4a5d0fb6
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
*/
#include <cutils/log.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include "software_converter.h"

View File

@ -29,6 +29,7 @@
#define DEBUG 0
#define ATRACE_TAG (ATRACE_TAG_GRAPHICS | ATRACE_TAG_HAL)
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <stdlib.h>