Merge "Include what we use."

This commit is contained in:
Treehugger Robot 2018-01-18 22:20:19 +00:00 committed by Gerrit Code Review
commit c24cbf3829
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>