diff options
author | Demon Singur <demonsingur@gmail.com> | 2018-06-23 11:06:54 +0000 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-12 00:33:14 +0200 |
commit | 30d18397ce87084003edcde7f2db6a7451ec9d9f (patch) | |
tree | 481b177e20d796cbfa0b6a9da7da021d09670ac8 | |
parent | 72b43e44741f761e9fafd83ac18249cf01a2ccf8 (diff) |
msm8996-common: readmac: fix build with VNDK=current
Change-Id: I145b26d5842429e56fff2286257dfccc4cea411b
-rw-r--r-- | wifi/zuk_readmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/zuk_readmac.c b/wifi/zuk_readmac.c index 55616d8..c742171 100644 --- a/wifi/zuk_readmac.c +++ b/wifi/zuk_readmac.c @@ -1,7 +1,7 @@ #define LOG_TAG "zuk_readmac" #define LOG_NDEBUG 0 -#include <cutils/log.h> +#include <log/log.h> #include <string.h> #include <stdio.h> #include <stdlib.h> |