OSDN Git Service

Fix 64bit builds on master
authorGanesh Mahalingam <ganesh.mahalingam@intel.com>
Sat, 25 Jul 2015 01:51:09 +0000 (18:51 -0700)
committerbuildslave <sys_buildbot@intel.com>
Tue, 28 Jul 2015 15:33:11 +0000 (15:33 +0000)
Change-Id: I0b3abb23c64938756911243fb7ca71c5f9b67a2e
Tracked-On: https://jira01.devtools.intel.com/browse/OAM-144
Signed-off-by: Ganesh Mahalingam <ganesh.mahalingam@intel.com>
Reviewed-on: https://android.intel.com:443/393812

common.h

index 9858758..3e85705 100644 (file)
--- a/common.h
+++ b/common.h
@@ -5,6 +5,8 @@
 #ifndef __COMMON_H__
 #define __COMMON_H__
 
+#include <string.h>
+
 #define MAX_DEVICES    9       /* Check iio devices 0 to MAX_DEVICES-1 */
 #define MAX_SENSORS    12      /* We can handle as many sensors */
 #define MAX_CHANNELS   4       /* We can handle as many channels per sensor */