From b49eb7153784dd287280fc7959506575e743bce8 Mon Sep 17 00:00:00 2001 From: Denis Pronin Date: Thu, 27 Jul 2023 21:49:31 +0300 Subject: [PATCH] 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 --- diskutil.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diskutil.h b/diskutil.h index 9dca42c42..9b2837998 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.