am 4f6e51a0: Merge "package missing include for string.h"
* commit '4f6e51a032892b1a053efa2b41ebb29e4f1bb5be': package missing include for string.h
This commit is contained in:
commit
5bcbcb50ba
1 changed files with 4 additions and 2 deletions
|
|
@ -16,9 +16,11 @@
|
||||||
*/
|
*/
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <private/android_filesystem_config.h>
|
#include <private/android_filesystem_config.h>
|
||||||
#include "package.h"
|
#include "package.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue