aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Jerpelea <alin.jerpelea@sony.com>2019-09-13 06:12:35 +0200
committerGitHub <noreply@github.com>2019-09-13 06:12:35 +0200
commitd875174a2b1662d309bbaba7060f7d51cb39aba2 (patch)
tree72c167978127ff4ea8030de28505d75d48d9a1c2
parentd413798801a15dc5633b2beb17852d39e608dc0a (diff)
parent332d7187e3fccb897c23565cba7dbf17e0a6b407 (diff)
Merge pull request #30 from bartcubbins/master_header
[master] macaddrsetup: Replace cutils/log.h with log/log.h
-rw-r--r--macaddrsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macaddrsetup.c b/macaddrsetup.c
index c13d741..831a9e8 100644
--- a/macaddrsetup.c
+++ b/macaddrsetup.c
@@ -9,7 +9,7 @@
#include <sys/stat.h>
#define LOG_TAG "macaddrsetup"
-#include <cutils/log.h>
+#include <log/log.h>
#define LIB_TA "libta.so"