Add missing <string.h> includes.

Change-Id: I188bfe1388fa49f6f79d247aa0d0f4fb089de503
This commit is contained in:
Elliott Hughes
2015-01-25 08:33:36 -08:00
parent 42c2ac00e6
commit 35af2c3534
3 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "value.h"

View File

@@ -16,6 +16,7 @@
#include <android/log.h>
#include <stdlib.h>
#include <string.h>
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
#define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)

View File

@@ -16,6 +16,7 @@
#include <android/log.h>
#include <stdlib.h>
#include <string.h>
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO, "MCA", __VA_ARGS__)
#define LOGW(...) __android_log_print(ANDROID_LOG_WARN, "MCA", __VA_ARGS__)