Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14df3564 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing <unistd.h> include for close.

Change-Id: Iebce6d74eecb8c275e800b7f47f74bbd4374860d
parent 5fa8f930
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>

#include <diskusage/dirsize.h>