From 35e2d88fad2151f272af60babb5e6c98922d0bcd Mon Sep 17 00:00:00 2001 From: Manish Dusane Date: Wed, 15 Aug 2018 12:06:14 -0600 Subject: [PATCH] Fix compilation on centos 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit "log.h:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘log_err’" Fixes: https://github.com/axboe/fio/issues/651 Signed-off-by: Jens Axboe --- log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/log.h b/log.h index b50d4484..562f3f42 100644 --- a/log.h +++ b/log.h @@ -3,6 +3,7 @@ #include #include +#include #include "lib/output_buffer.h" -- 2.25.1