staging:iio:iio_utils.h: Add missing include

iio_utils.h uses opendir and friends which need dirent.h

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Lars-Peter Clausen 2011-10-26 17:27:44 +01:00 committed by Greg Kroah-Hartman
parent dc8f52643d
commit bc9f35db8f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdint.h>
#include <dirent.h>
#define IIO_MAX_NAME_LENGTH 30