Skip to content

Commit

Permalink
Merge branch 'diskutil-fix-missing-headers' of https://github.com/dpr…
Browse files Browse the repository at this point in the history
…onin/fio

* 'diskutil-fix-missing-headers' of https://github.com/dpronin/fio:
  diskutil.h: fix missing headers wanted by the header
  • Loading branch information
axboe committed Jul 27, 2023
2 parents 0b47b2c + b49eb71 commit 29ba260
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 29ba260

Please sign in to comment.