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

Commit 485d3730 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

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

* commit 'f3f22e55':
  Add missing <unistd.h> include for close.
parents 28d41f56 f3f22e55
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>