zipf: needs inttypes.h
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2012 15:05:50 +0000 (16:05 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2012 15:05:50 +0000 (16:05 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
lib/zipf.h

index 97a9b32fe6aeedc6b56b87d00545779b7f026d75..c66b06407ef498a22546d6a7421cb904180cd8f4 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef FIO_ZIPF_H
 #define FIO_ZIPF_H
 
+#include <inttypes.h>
 #include "rand.h"
 
 struct zipf_state {