client/server: enable per_job_logs option
[fio.git] / helper_thread.h
index d7df6c4d804d03693efae459a794366df599ce6f..1c8167e83b63a8f9b74a3e218e892aad1bc1b7cf 100644 (file)
@@ -1,6 +1,11 @@
 #ifndef FIO_HELPER_THREAD_H
 #define FIO_HELPER_THREAD_H
 
+#include <stdbool.h>
+
+struct fio_sem;
+struct sk_out;
+
 extern void helper_reset(void);
 extern void helper_do_stat(void);
 extern bool helper_should_exit(void);