]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libpasswdqc: add missing `#include "dlfcn-util.h"`
authorDavid Seifert <soap@gentoo.org>
Tue, 4 Jun 2024 15:15:14 +0000 (17:15 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 4 Jun 2024 17:29:12 +0000 (18:29 +0100)
src/shared/password-quality-util-passwdqc.h

index 11d756d2554412b8e2450871bb6a908e1b602b50..991188890a7bf1cba8ab7d3d0cd7af681c5b98b8 100644 (file)
@@ -6,6 +6,8 @@
 #if HAVE_PASSWDQC
 #include <passwdqc.h>
 
+#include "dlfcn-util.h"
+
 DLSYM_PROTOTYPE(passwdqc_params_reset);
 DLSYM_PROTOTYPE(passwdqc_params_load);
 DLSYM_PROTOTYPE(passwdqc_params_parse);