am 8f41142c: Merge "stubs missing include for string.h"

* commit '8f41142cd631bdd8bf02dcfbb599e5edbfcbd67e':
  stubs missing include for string.h
This commit is contained in:
Mark Salyzyn 2015-04-01 01:40:57 +00:00 committed by Android Git Automerger
commit 64226a48a1

View File

@ -35,6 +35,7 @@
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "private/android_filesystem_config.h"