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

This commit is contained in:
Elliott Hughes 2015-02-20 01:08:07 +00:00 committed by Gerrit Code Review
commit f3f22e555b
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>