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

Commit 92af91f3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: include <unistd.h> explicitly" am: 81371982 am: 579d150a

parents 02a08d52 579d150a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>

#include <cstdint>
#include <cstring>
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@

#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>

#include <cstdint>
#include <mutex>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <errno.h>
#include <grp.h>
#include <sys/stat.h>
#include <unistd.h>

#include <memory>