OSDN Git Service

activity: fix build error by including <errno.h>
[android-x86/hardware-intel-libsensors.git] / activity.c
index c263ed7..8523bc2 100644 (file)
@@ -22,7 +22,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-
+#include <errno.h>
 #include <hardware/activity_recognition.h>
 #include <hardware/sensors.h>
 #include <utils/Log.h>