The following changes since commit 875e8d6fa4d443068eb1c48a29f5367e454d2a37: Merge branch 'wip-http-engine' of https://github.com/l-mb/fio (2018-08-14 10:09:47 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 35e2d88fad2151f272af60babb5e6c98922d0bcd: Fix compilation on centos 7 (2018-08-15 12:06:14 -0600) ---------------------------------------------------------------- Manish Dusane (1): Fix compilation on centos 7 log.h | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/log.h b/log.h index b50d448..562f3f4 100644 --- a/log.h +++ b/log.h @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdarg.h> +#include <unistd.h> #include "lib/output_buffer.h"