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
This commit is contained in:
Tom Cherry 2020-04-13 15:19:23 -07:00
parent af9652b1fb
commit 28ac3b9285

View file

@ -21,6 +21,7 @@
#include <inttypes.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
#include <log/log.h>