am b17333a0: Merge "Fix "error: \'strerror\' was not declared in this scope"."

* commit 'b17333a033463246625292aff23f798578e4e7ea':
  Fix "error: 'strerror' was not declared in this scope".
diff --git a/60xx/libsensors/SensorBase.cpp b/60xx/libsensors/SensorBase.cpp
index 79b1ee2..9cc1ee8 100644
--- a/60xx/libsensors/SensorBase.cpp
+++ b/60xx/libsensors/SensorBase.cpp
@@ -18,6 +18,7 @@
 #include <errno.h>
 #include <math.h>
 #include <poll.h>
+#include <string.h>
 #include <unistd.h>
 #include <dirent.h>
 #include <sys/select.h>