t/log: include minmax.h for min()
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2013 14:40:48 +0000 (15:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2013 14:40:48 +0000 (15:40 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/log.c

diff --git a/t/log.c b/t/log.c
index 76ae68edc7c88a04ef1fe4bacc13874962250f8b..1ed385190eb1df455689d0502f976dc456d720a8 100644 (file)
--- a/t/log.c
+++ b/t/log.c
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <stdarg.h>
+#include "../minmax.h"
 
 int log_err(const char *format, ...)
 {