Include what you use: <stdio.h> and <unistd.h> am: 24b31dced5 am: e3858891a4

Change-Id: I166eae5deb927ea9934266a4f31e341d248287d8
This commit is contained in:
Tom Cherry 2020-04-14 01:48:24 +00:00 committed by Automerger Merge Worker
commit d61445c93c
2 changed files with 3 additions and 0 deletions

View File

@ -18,8 +18,10 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h>
#include <string.h> #include <string.h>
#include <sys/epoll.h> #include <sys/epoll.h>
#include <unistd.h>
#include <log/log.h> #include <log/log.h>
#include "psi/psi.h" #include "psi/psi.h"

View File

@ -26,6 +26,7 @@
#include <string.h> #include <string.h>
#include <sys/uio.h> #include <sys/uio.h>
#include <time.h> #include <time.h>
#include <unistd.h>
#ifdef LMKD_LOG_STATS #ifdef LMKD_LOG_STATS