summaryrefslogtreecommitdiff
path: root/mutex.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-12-15 08:58:10 +0100
committerJens Axboe <jens.axboe@oracle.com>2009-12-15 08:58:10 +0100
commit3b2e1464ae58caf42c74ab4bdeaa5eae7c38a23f (patch)
tree6759f5a785aaa218df9bc90096303e719ba910a3 /mutex.c
parent2afd826bf6cd19900aee70ae14ede92d91b6f4c0 (diff)
downloadfio-3b2e1464ae58caf42c74ab4bdeaa5eae7c38a23f.tar.gz
Fix some issues with the OSX port
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'mutex.c')
-rw-r--r--mutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutex.c b/mutex.c
index a4474374..e148430b 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)
{