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

Commit 28ac3b92 authored by Tom Cherry's avatar Tom Cherry
Browse files

Include what you use: <unistd.h>

This was transitively included, but no longer is, so it must be
explicitly included.

Exempt-From-Owner-Approval: Janitorial
Test: build
Change-Id: I9c57174e4dcf5dfddb44498d8faa556531894b1e
parent af9652b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
#include <inttypes.h>
#include <inttypes.h>
#include <sys/mman.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <unistd.h>


#include <log/log.h>
#include <log/log.h>