mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 10:05:06 -05:00
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.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "sysincl.h"
|
||||
#include "hash.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
||||
|
||||
#include "md5.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user