From 31b1f2e8a1f19d790c53e24a22ff8855675ddbd6 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 26 Sep 2018 18:06:15 +0200 Subject: [PATCH] test: include util.h for MIN macro --- test/unit/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/test.c b/test/unit/test.c index 3a9ec74..23bb835 100644 --- a/test/unit/test.c +++ b/test/unit/test.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "test.h"