Fix some issues with the OSX port
[fio.git] / mutex.c
diff --git a/mutex.c b/mutex.c
index a44743745ab43d18b8342a67598b4977c1e43557..e148430b618e5cae1c1fd93c1134f47910198ec6 100644 (file)
--- 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)
 {