mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
libpasswdqc: add missing #include "dlfcn-util.h"
This commit is contained in:
committed by
Luca Boccassi
parent
35c562a049
commit
80159df741
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user