Include what you use: <fcntl.h> am: 0ebe6800bc am: 8ba967fb30 am: 54122bb8e0 am: ca7ea3be51
Change-Id: I39e45174bf761faed3e66474e285013868b7355e
This commit is contained in:
commit
7d76e2db96
|
|
@ -17,6 +17,7 @@
|
||||||
#define LOG_TAG "libpsi"
|
#define LOG_TAG "libpsi"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/epoll.h>
|
#include <sys/epoll.h>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <log/log.h>
|
#include <log/log.h>
|
||||||
#include <log/log_id.h>
|
#include <log/log_id.h>
|
||||||
#include <statslog.h>
|
#include <statslog.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue