diskutil.h: fix missing headers wanted by the header
authorDenis Pronin <dannftk@yandex.ru>
Thu, 27 Jul 2023 18:49:31 +0000 (21:49 +0300)
committerDenis Pronin <dannftk@yandex.ru>
Thu, 27 Jul 2023 18:57:48 +0000 (21:57 +0300)
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 <dannftk@yandex.ru>
diskutil.h

index 9dca42c42ebd9449df69aa823a9a9cfe4efd4661..9b28379983ac2b3c8b6eb0053f1cc432b26b1b92 100644 (file)
@@ -2,10 +2,13 @@
 #define FIO_DISKUTIL_H
 #define FIO_DU_NAME_SZ         64
 
+#include <stdint.h>
 #include <limits.h>
 
 #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.