commit | 3b2e1464ae58caf42c74ab4bdeaa5eae7c38a23f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 15 08:58:10 2009 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 15 08:58:10 2009 +0100 |
tree | 6759f5a785aaa218df9bc90096303e719ba910a3 | |
parent | 2afd826bf6cd19900aee70ae14ede92d91b6f4c0 [diff] [blame] |
Fix some issues with the OSX port Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/mutex.c b/mutex.c index a447437..e148430 100644 --- a/mutex.c +++ b/mutex.c
@@ -11,6 +11,7 @@ #include "mutex.h" #include "arch/arch.h" #include "os/os.h" +#include "helpers.h" void fio_mutex_remove(struct fio_mutex *mutex) {