Include what you use: <stdio.h> and <unistd.h> am: 24b31dced5 am: e3858891a4 am: d61445c93c am: d1c4ac96a7 am: 6f92fe40c4
Change-Id: Ie9ab51f0fc634a7d8f482d3eb358c4795fb97cd2
This commit is contained in:
commit
0705b84e75
|
|
@ -18,8 +18,10 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/epoll.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <log/log.h>
|
||||
#include "psi/psi.h"
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
#include <string.h>
|
||||
#include <sys/uio.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef LMKD_LOG_STATS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue