From b27955f055242b9fc17832ae248a615d57ee85a9 Mon Sep 17 00:00:00 2001 From: Ganesh Mahalingam Date: Fri, 24 Jul 2015 18:51:09 -0700 Subject: [PATCH] Fix 64bit builds on master Change-Id: I0b3abb23c64938756911243fb7ca71c5f9b67a2e Tracked-On: https://jira01.devtools.intel.com/browse/OAM-144 Signed-off-by: Ganesh Mahalingam Reviewed-on: https://android.intel.com:443/393812 --- common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.h b/common.h index 9858758..3e85705 100644 --- a/common.h +++ b/common.h @@ -5,6 +5,8 @@ #ifndef __COMMON_H__ #define __COMMON_H__ +#include + #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 */ -- 2.11.0