From a86f6d07f12141a32ccad2007d4568e612e0df10 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 20 Aug 2016 10:28:57 -0600 Subject: [PATCH] verify: use proper include for PATH_MAX Resolves: https://github.com/axboe/fio/issues/231 Signed-off-by: Jens Axboe --- verify-state.h | 1 + 1 file changed, 1 insertion(+) diff --git a/verify-state.h b/verify-state.h index 901aa0a4..e46265e4 100644 --- a/verify-state.h +++ b/verify-state.h @@ -3,6 +3,7 @@ #include #include +#include struct thread_rand32_state { uint32_t s[4]; -- 2.25.1