Merge "package missing include for string.h"

This commit is contained in:
Mark Salyzyn 2015-04-01 19:26:49 +00:00 committed by Gerrit Code Review
commit 4f6e51a032
1 changed files with 4 additions and 2 deletions

View File

@ -16,9 +16,11 @@
*/
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <private/android_filesystem_config.h>
#include "package.h"