]> git.ipfire.org Git - thirdparty/chrony.git/commit
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)
commit948ecf84314f78da82e0e2b07b6570ca9cff86c8
tree91c7e17191c5806fa6a18c1778ca84c4c8f237b5
parent91f3f97ea720632636208fdf5c4bf1c04812ed1e
hash: include util.h for MIN macro

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