Add proper include to silence build warning on NetBSD/FreeBSD
[fio.git] / os / os-netbsd.h
index 7f5f48466b3f9ab8c9c4552160592b542f7cdc49..e03866dfc86c131ea6fa9cf32f4786b45042baf8 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <errno.h>
 #include <sys/param.h>
+#include <sys/thr.h>
 /* XXX hack to avoid confilcts between rbtree.h and <sys/rb.h> */
 #define        rb_node _rb_node
 #include <sys/sysctl.h>