summaryrefslogtreecommitdiffstats
path: root/libsensors/InputEventReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/InputEventReader.cpp')
-rw-r--r--libsensors/InputEventReader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsensors/InputEventReader.cpp b/libsensors/InputEventReader.cpp
index d5c2349..ab23a22 100644
--- a/libsensors/InputEventReader.cpp
+++ b/libsensors/InputEventReader.cpp
@@ -21,10 +21,11 @@
#include <sys/cdefs.h>
#include <sys/types.h>
+#include <cstring>
#include <linux/input.h>
-#include <utils/Log.h>
+#include <cutils/log.h>
#include "InputEventReader.h"