summaryrefslogtreecommitdiff
path: root/AK8975_FS/libsensors/InputEventReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AK8975_FS/libsensors/InputEventReader.cpp')
-rw-r--r--AK8975_FS/libsensors/InputEventReader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/AK8975_FS/libsensors/InputEventReader.cpp b/AK8975_FS/libsensors/InputEventReader.cpp
index 1014f29..2d0e8bf 100644
--- a/AK8975_FS/libsensors/InputEventReader.cpp
+++ b/AK8975_FS/libsensors/InputEventReader.cpp
@@ -16,8 +16,9 @@
#include <stdint.h>
#include <errno.h>
-#include <unistd.h>
#include <poll.h>
+#include <string.h>
+#include <unistd.h>
#include <sys/cdefs.h>
#include <sys/types.h>