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

Commit f3f22e55 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents 5fa8f930 14df3564
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
#include <dirent.h>
#include <dirent.h>
#include <fcntl.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <unistd.h>


#include <diskusage/dirsize.h>
#include <diskusage/dirsize.h>