verify: use proper include for PATH_MAX
authorJens Axboe <axboe@fb.com>
Sat, 20 Aug 2016 16:28:57 +0000 (10:28 -0600)
committerJens Axboe <axboe@fb.com>
Sat, 20 Aug 2016 16:28:57 +0000 (10:28 -0600)
Resolves: https://github.com/axboe/fio/issues/231
Signed-off-by: Jens Axboe <axboe@fb.com>
verify-state.h

index 901aa0a47bcec6d016485e4c6b518c8fa65171d0..e46265e48d7a6c4ddbbac34a458e26d3272d60da 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdint.h>
 #include <string.h>
+#include <limits.h>
 
 struct thread_rand32_state {
        uint32_t s[4];