We need libgen.h for basename()
authorJens Axboe <jaxboe@fusionio.com>
Fri, 14 Jan 2011 11:41:15 +0000 (12:41 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 14 Jan 2011 11:41:15 +0000 (12:41 +0100)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
verify.c

index 14d32134d8c688f3513f2602800bab78b61d93b5..b4434b9ec50d20e78e99f92695769348353d451f 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -6,6 +6,7 @@
 #include <string.h>
 #include <assert.h>
 #include <pthread.h>
+#include <libgen.h>
 
 #include "fio.h"
 #include "verify.h"