am f3f22e55: Merge "Add missing <unistd.h> include for close."

* commit 'f3f22e555bae8e362f3cac1efb289ca321266035':
  Add missing <unistd.h> include for close.
This commit is contained in:
Elliott Hughes 2015-02-20 01:13:29 +00:00 committed by Android Git Automerger
commit 485d373004
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <diskusage/dirsize.h>