Merge branch 'master' of https://github.com/Cuelive/fio
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 12:55:55 +0000 (05:55 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 12:55:55 +0000 (05:55 -0700)
* 'master' of https://github.com/Cuelive/fio:
  blktrace: fix compilation error on the uos system

blktrace.c

index d5c8aee70b9f5fbe357094c8894f8ca59ee7d201..ef9ce6bffd8686e1e5f5e7bf4f00828490495c2c 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
+#include <sys/sysmacros.h>
 
 #include "flist.h"
 #include "fio.h"