From: Denis Pronin Date: Thu, 27 Jul 2023 18:49:31 +0000 (+0300) Subject: diskutil.h: fix missing headers wanted by the header X-Git-Tag: fio-3.36~42^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b49eb7153784dd287280fc7959506575e743bce8;p=fio.git diskutil.h: fix missing headers wanted by the header diskutil.h requires 3 more headers to fulfill several types therein without having to rely on headers hopefully included before this one Signed-off-by: Denis Pronin --- diff --git a/diskutil.h b/diskutil.h index 9dca42c4..9b283799 100644 --- a/diskutil.h +++ b/diskutil.h @@ -2,10 +2,13 @@ #define FIO_DISKUTIL_H #define FIO_DU_NAME_SZ 64 +#include #include #include "helper_thread.h" #include "fio_sem.h" +#include "flist.h" +#include "lib/ieee754.h" /** * @ios: Number of I/O operations that have been completed successfully.