diff options
Diffstat (limited to 'libpackagelistparser/packagelistparser.c')
-rw-r--r-- | libpackagelistparser/packagelistparser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpackagelistparser/packagelistparser.c b/libpackagelistparser/packagelistparser.c index 16052e299..e3090277e 100644 --- a/libpackagelistparser/packagelistparser.c +++ b/libpackagelistparser/packagelistparser.c @@ -27,7 +27,7 @@ #include <sys/limits.h> #define LOG_TAG "packagelistparser" -#include <utils/Log.h> +#include <cutils/log.h> #include <packagelistparser/packagelistparser.h> |