From: Brendan Le Foll Date: Thu, 3 Dec 2015 08:38:38 +0000 (+0000) Subject: iio.c: Fix missing include file sys/stat.h X-Git-Tag: v0.9.0~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a85c57c06e1dbb21ac0b32703e6472a9a7ba718;p=contrib%2Fmraa.git iio.c: Fix missing include file sys/stat.h Signed-off-by: Brendan Le Foll --- diff --git a/src/iio/iio.c b/src/iio/iio.c index bb2c19c..221eec6 100644 --- a/src/iio/iio.c +++ b/src/iio/iio.c @@ -28,6 +28,7 @@ #include #include #include +#include #define MAX_SIZE 128 #define IIO_DEVICE "iio:device"