提交 bc9f35db 编写于 作者: L Lars-Peter Clausen 提交者: Greg Kroah-Hartman

staging:iio:iio_utils.h: Add missing include

iio_utils.h uses opendir and friends which need dirent.h
Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: NJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 dc8f5264
......@@ -13,6 +13,7 @@
#include <ctype.h>
#include <stdio.h>
#include <stdint.h>
#include <dirent.h>
#define IIO_MAX_NAME_LENGTH 30
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册