diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2011-01-14 12:41:15 +0100 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-01-14 12:41:15 +0100 |
commit | 79402a12eecf371238f2326c9e8850eedd269b7f (patch) | |
tree | e5001b9ac4f84d21e36dedd069baf732979fd5fa /verify.c | |
parent | 6f260b317f4cec3027f79b8b329dd3f98c3906ac (diff) | |
download | fio-79402a12eecf371238f2326c9e8850eedd269b7f.tar.gz fio-79402a12eecf371238f2326c9e8850eedd269b7f.tar.bz2 |
We need libgen.h for basename()
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'verify.c')
-rw-r--r-- | verify.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ #include <string.h> #include <assert.h> #include <pthread.h> +#include <libgen.h> #include "fio.h" #include "verify.h" |