am 4f6e51a0: Merge "package missing include for string.h"
* commit '4f6e51a032892b1a053efa2b41ebb29e4f1bb5be': package missing include for string.h
This commit is contained in:
commit
5bcbcb50ba
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue