]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
hash: include util.h for MIN macro
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 20 Sep 2018 13:01:16 +0000 (15:01 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 20 Sep 2018 13:34:24 +0000 (15:34 +0200)
The hash_intmd5.c file inadvertently relied on the system headers to
provide the MIN macro, but it is missing with some libc implementations.

hash_intmd5.c

index 0b60f9b77a36a8c3b0b8a66b146064fc211b2f03..49da1cf085576cca2488b23b5a2fd1fae089c8e8 100644 (file)
@@ -29,6 +29,7 @@
 #include "sysincl.h"
 #include "hash.h"
 #include "memory.h"
+#include "util.h"
 
 #include "md5.c"