am f568c602: am d85472a7: Fix the build. imgdiff.c needed #include <sys/types.h>.

Merge commit 'f568c602b5726d4212d3e8712b6b13ff3e5230e5'

* commit 'f568c602b5726d4212d3e8712b6b13ff3e5230e5':
  Fix the build. imgdiff.c needed #include <sys/types.h>.
This commit is contained in:
Jeff Hamilton 2009-09-28 01:06:35 -07:00 committed by Android Git Automerger
commit 8206868b32
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"