The following changes since commit b5904c0d7434a49770cdb90eada1c724f0f7fe4e: Merge branch 'master' of https://github.com/bvanassche/fio (2023-02-23 20:17:31 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 8d94106730d11047f313caadda87e450f242f53c: Merge branch 'master' of https://github.com/Cuelive/fio (2023-02-28 05:55:55 -0700) ---------------------------------------------------------------- Cuelive (1): blktrace: fix compilation error on the uos system Jens Axboe (1): Merge branch 'master' of https://github.com/Cuelive/fio blktrace.c | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/blktrace.c b/blktrace.c index d5c8aee7..ef9ce6bf 100644 --- a/blktrace.c +++ b/blktrace.c @@ -5,6 +5,7 @@ #include <stdlib.h> #include <unistd.h> #include <errno.h> +#include <sys/sysmacros.h> #include "flist.h" #include "fio.h"