liblog: use log/log.h when utilizing ALOG macros
Test: compile Bug: 30465923 Change-Id: Id6d76510819ebd88c3f5003d00d73a0dbe85e943
This commit is contained in:
parent
a1f5b86241
commit
6a63fdeffa
2
lmkd.c
2
lmkd.c
|
|
@ -31,8 +31,8 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <android/log.h>
|
|
||||||
#include <cutils/sockets.h>
|
#include <cutils/sockets.h>
|
||||||
|
#include <log/log.h>
|
||||||
#include <processgroup/processgroup.h>
|
#include <processgroup/processgroup.h>
|
||||||
|
|
||||||
#ifndef __unused
|
#ifndef __unused
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue