From: Jens Axboe Date: Sat, 30 Jul 2011 11:29:58 +0000 (+0200) Subject: Add proper include to silence build warning on NetBSD/FreeBSD X-Git-Tag: fio-1.58~39 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b939683e7b997653a35bd7d55f733fc96030b246;p=fio.git Add proper include to silence build warning on NetBSD/FreeBSD Reported-by: Bruce Cran Signed-off-by: Jens Axboe --- diff --git a/os/os-freebsd.h b/os/os-freebsd.h index fad051ff..317d403f 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -4,6 +4,7 @@ #include #include #include +#include #include "../file.h" diff --git a/os/os-netbsd.h b/os/os-netbsd.h index 7f5f4846..e03866df 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -3,6 +3,7 @@ #include #include +#include /* XXX hack to avoid confilcts between rbtree.h and */ #define rb_node _rb_node #include