Skip to content

Commit

Permalink
diskutil.h: fix missing headers wanted by the header
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dpronin committed Jul 27, 2023
1 parent 04361e9 commit b49eb71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diskutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b49eb71

Please sign in to comment.