aboutsummaryrefslogtreecommitdiffstats
path: root/libsensors/orientationd
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/orientationd')
-rw-r--r--libsensors/orientationd/input.c1
-rw-r--r--libsensors/orientationd/orientationd.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libsensors/orientationd/input.c b/libsensors/orientationd/input.c
index f138cfc..990c8a2 100644
--- a/libsensors/orientationd/input.c
+++ b/libsensors/orientationd/input.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
#include <stdint.h>
#include <fcntl.h>
diff --git a/libsensors/orientationd/orientationd.c b/libsensors/orientationd/orientationd.c
index fb2925b..8c7fc79 100644
--- a/libsensors/orientationd/orientationd.c
+++ b/libsensors/orientationd/orientationd.c
@@ -16,6 +16,7 @@
*/
#include <stdlib.h>
+#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>