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:
Jeff Hamilton 2009-09-25 20:51:36 -07:00 committed by Android Git Automerger
commit f568c602b5
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include <sys/types.h>
#include "zlib.h"
#include "imgdiff.h"