diff options
Diffstat (limited to 'services/inputflinger/InputApplication.cpp')
-rw-r--r-- | services/inputflinger/InputApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/inputflinger/InputApplication.cpp b/services/inputflinger/InputApplication.cpp index a99e637fdf..9e90631840 100644 --- a/services/inputflinger/InputApplication.cpp +++ b/services/inputflinger/InputApplication.cpp @@ -18,7 +18,7 @@ #include "InputApplication.h" -#include <cutils/log.h> +#include <android/log.h> namespace android { |