nbd: Update for libnbd 0.9.8
[fio.git] / workqueue.h
index e35c181a23ea359a895a51cbab1815f279686d0b..0a62b5f7d38d1868e63c47fa493c8324a30e042f 100644 (file)
@@ -1,7 +1,14 @@
 #ifndef FIO_RATE_H
 #define FIO_RATE_H
 
+#include <inttypes.h>
+#include <pthread.h>
+
 #include "flist.h"
+#include "lib/types.h"
+
+struct sk_out;
+struct thread_data;
 
 struct workqueue_work {
        struct flist_head list;