Include what you use: <fcntl.h> am: 0ebe6800bc am: 8ba967fb30 am: 54122bb8e0 am: ca7ea3be51 am: 7d76e2db96

Change-Id: Ib8571d0db34d4ab324ef5ff3684c7f62995dcb21
This commit is contained in:
Tom Cherry 2020-04-13 21:13:45 +00:00 committed by Automerger Merge Worker
commit 11c1e305de
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#define LOG_TAG "libpsi"
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/epoll.h>

View File

@ -16,6 +16,7 @@
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <log/log.h>
#include <log/log_id.h>
#include <statslog.h>