sys/dir.h is an old BSD'ism, include dirent directly. small step for better klibc support. compile tested against glibc. Signed-off-by: maximilian attems <max@xxxxxxx> --- config.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.c b/config.c index 73031b7..68c1507 100644 --- a/config.c +++ b/config.c @@ -29,7 +29,7 @@ #include "mdadm.h" #include "dlink.h" -#include <sys/dir.h> +#include <dirent.h> #include <glob.h> #include <fnmatch.h> #include <ctype.h> -- 1.5.2.4 - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html