From: Jens Axboe Date: Thu, 7 Feb 2013 14:40:48 +0000 (+0100) Subject: t/log: include minmax.h for min() X-Git-Tag: fio-2.0.14~22 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d6b18e27798a7f4fa345515892d9bd1d9370ea7b;ds=sidebyside t/log: include minmax.h for min() Signed-off-by: Jens Axboe --- diff --git a/t/log.c b/t/log.c index 76ae68ed..1ed38519 100644 --- a/t/log.c +++ b/t/log.c @@ -1,5 +1,6 @@ #include #include +#include "../minmax.h" int log_err(const char *format, ...) {