* commit '5bcbcb50bab88a01e49bddc6aab62039490298b1': package missing include for string.h
This commit is contained in:
commit
382ab18c30
1 changed files with 4 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue