Add missing <unistd.h> include for close.
Change-Id: Iebce6d74eecb8c275e800b7f47f74bbd4374860d
This commit is contained in:
parent
5fa8f9305e
commit
14df3564fb
@ -18,6 +18,7 @@
|
||||
#include <dirent.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <diskusage/dirsize.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user