aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 2 deletions
diff --git a/libsensors/InputEventReader.cpp b/libsensors/InputEventReader.cpp
index a0b9c00..89cc438 100644
--- a/libsensors/InputEventReader.cpp
+++ b/libsensors/InputEventReader.cpp
@@ -18,7 +18,6 @@
#include <errno.h>
#include <unistd.h>
#include <poll.h>
-#include <string.h>
#include <sys/cdefs.h>
#include <sys/types.h>
@@ -26,7 +25,7 @@
#include <linux/input.h>
#include <cutils/log.h>
-
+#include <cstring>
#include "InputEventReader.h"
/*****************************************************************************/