Merge "Add missing includes."

This commit is contained in:
Treehugger Robot 2017-10-20 21:54:33 +00:00 committed by Gerrit Code Review
commit 59779fd150
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <utils/Log.h>
#include <hardware/memtrack.h>

View File

@ -31,6 +31,8 @@
#define INCLUDE_LIBQCOM_COMPTYPES
#include <stdint.h>
#include <string.h>
#include <utils/Singleton.h>
#include <cutils/properties.h>