Skip to content

Commit

Permalink
libpasswdqc: add missing #include "dlfcn-util.h"
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo authored and bluca committed Jun 4, 2024
1 parent 35c562a commit 80159df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/password-quality-util-passwdqc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80159df

Please sign in to comment.