Merge "Add missing <string.h> includes." automerge: 82a1a2c

automerge: 86b48b3

* commit '86b48b3f8056a8efa6857d87dd4f30495e8b0464':
  Add missing <string.h> includes.
This commit is contained in:
Elliott Hughes
2015-01-25 19:27:25 +00:00
committed by android-build-merger
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__)