Add missing <unistd.h> include for close.

Change-Id: Iebce6d74eecb8c275e800b7f47f74bbd4374860d
This commit is contained in:
Elliott Hughes 2015-02-19 16:58:44 -08:00
parent 5fa8f9305e
commit 14df3564fb
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>