am f51d65ad: Merge "Add missing <string.h> includes." automerge: 82a1a2c automerge: 86b48b3

* commit 'f51d65ade0112c3d50c3d9182f583730a597322b':
  Add missing <string.h> includes.
This commit is contained in:
Elliott Hughes
2015-01-25 20:53:33 +00:00
committed by Android Git Automerger
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__)