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

Commit 579d150a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents e2c6f7fd 81371982
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>