libcrypt-util: include random-util.h

Necessary for crypto_random_bytes(), which is used in the branch that
HAVE_CRYPT_GENSALT_RA is false. Unfortunately, our CIs tested only the
other branch.
This commit is contained in:
Yu Watanabe
2025-06-08 10:04:45 +09:00
parent 6c12289fc8
commit 14dc330c9c

View File

@@ -21,6 +21,7 @@
#include "errno-util.h"
#include "libcrypt-util.h"
#include "log.h"
#include "random-util.h"
#include "string-util.h"
#include "strv.h"