On 10/24/11 12:56, Lars-Peter Clausen wrote: > iio_utils.h uses opendir and friends which need dirent.h > > Signed-off-by: Lars-Peter Clausen <lars@xxxxxxxxxx> Acked-by: Jonathan Cameron <jic23@xxxxxxxxx> > --- > drivers/staging/iio/Documentation/iio_utils.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/iio/Documentation/iio_utils.h b/drivers/staging/iio/Documentation/iio_utils.h > index 75938b2..dbbad8a 100644 > --- a/drivers/staging/iio/Documentation/iio_utils.h > +++ b/drivers/staging/iio/Documentation/iio_utils.h > @@ -13,6 +13,7 @@ > #include <ctype.h> > #include <stdio.h> > #include <stdint.h> > +#include <dirent.h> > > #define IIO_MAX_NAME_LENGTH 30 > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html