* missing include
@ 2010-06-09 6:24 YAMAMOTO Takashi
2010-06-09 7:46 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: YAMAMOTO Takashi @ 2010-06-09 6:24 UTC (permalink / raw)
To: fio
hi,
please incorporate the following trivial patch.
YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
commit 0d8b33274c738784c26d842d66c41ee5e7ddc0a3
Author: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-09 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 6:24 missing include YAMAMOTO Takashi
2010-06-09 7:46 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox