From: Manish Dusane Date: Wed, 15 Aug 2018 18:06:14 +0000 (-0600) Subject: Fix compilation on centos 7 X-Git-Tag: fio-3.9~32 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=35e2d88fad2151f272af60babb5e6c98922d0bcd Fix compilation on centos 7 "log.h:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘log_err’" Fixes: https://github.com/axboe/fio/issues/651 Signed-off-by: Jens Axboe --- 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"