hi, please incorporate the following trivial patch. YAMAMOTO Takashi Signed-off-by: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxxx> commit 0d8b33274c738784c26d842d66c41ee5e7ddc0a3 Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxxx> Date: Wed Jun 9 15:23:07 2010 +0900 include libgen.h for basename. diff --git a/filesetup.c b/filesetup.c index ec5d781..9cc4872 100644 --- a/filesetup.c +++ b/filesetup.c @@ -3,6 +3,7 @@ #include <string.h> #include <assert.h> #include <dirent.h> +#include <libgen.h> #include <sys/stat.h> #include <sys/mman.h> #include <sys/types.h> -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html