am 22155474: Merge "logd: missing include for string.h"

* commit '221554749337a9c961c192596be5eb4e42083733':
  logd: missing include for string.h
This commit is contained in:
Mark Salyzyn 2015-04-01 19:38:05 +00:00 committed by Android Git Automerger
commit 4bf0438083

View file

@ -17,6 +17,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <private/android_filesystem_config.h>