From 50adf5f56401c999901f9cec68dd7726e61c8ca8 Mon Sep 17 00:00:00 2001 From: Andriy Naborskyy Date: Fri, 4 Sep 2015 08:29:25 -0700 Subject: [Grant] libsensor_iio: fix build errors Fix missing includes BUG: 23034764 Change-Id: I80779060fc84befaf51a21857546e87f3e04c747 --- libsensors_iio/src/sensor_cal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsensors_iio/src/sensor_cal.c') diff --git a/libsensors_iio/src/sensor_cal.c b/libsensors_iio/src/sensor_cal.c index 94fae63..5d0eb3b 100644 --- a/libsensors_iio/src/sensor_cal.c +++ b/libsensors_iio/src/sensor_cal.c @@ -13,9 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "sensor_cal.h" +#include #include -#include "sensor_cal.h" /* Load sensor calibration data */ int load_cali_data(const int sindex) -- cgit v1.2.3