Merge "stubs missing include for string.h"

This commit is contained in:
Mark Salyzyn 2015-04-01 00:55:18 +00:00 committed by Gerrit Code Review
commit 8f41142cd6

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"