diff options
author | Jens Axboe <axboe@kernel.dk> | 2012-11-06 16:05:50 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-11-06 16:05:50 +0100 |
commit | b83da9b55207fccbff58f4cfc68fef5c390a7c95 (patch) | |
tree | 6ee3098b0bcca169b33f080f5c755fea2b1ee309 /lib/zipf.h | |
parent | 925fee33e47f7eb755ee893e87f0de2bd405a8cc (diff) | |
download | fio-b83da9b55207fccbff58f4cfc68fef5c390a7c95.tar.gz fio-b83da9b55207fccbff58f4cfc68fef5c390a7c95.tar.bz2 |
zipf: needs inttypes.h
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'lib/zipf.h')
-rw-r--r-- | lib/zipf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef FIO_ZIPF_H #define FIO_ZIPF_H +#include <inttypes.h> #include "rand.h" struct zipf_state { |