forked from openkylin/platform_build
am d85472a7: Fix the build. imgdiff.c needed #include <sys/types.h>.
Merge commit 'd85472a7461d0daeb7e17a6f0a7c56f37a2335bc' into eclair-plus-aosp * commit 'd85472a7461d0daeb7e17a6f0a7c56f37a2335bc': Fix the build. imgdiff.c needed #include <sys/types.h>.
This commit is contained in:
commit
f568c602b5
|
@ -119,6 +119,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "zlib.h"
|
||||
#include "imgdiff.h"
|
||||
|
|
Loading…
Reference in New Issue