]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: include util.h for MIN macro
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 26 Sep 2018 16:06:15 +0000 (18:06 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 27 Sep 2018 09:42:38 +0000 (11:42 +0200)
test/unit/test.c

index 3a9ec747d6f8c9117f37937377571a8c167fa2e4..23bb8352f28786ab59bdcd851f588a648396f5d5 100644 (file)
@@ -22,6 +22,7 @@
 #include <sysincl.h>
 #include <logging.h>
 #include <localp.h>
+#include <util.h>
 
 #include "test.h"