We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f139c11 + 40da7d3 commit 5f2e578Copy full SHA for 5f2e578
src/pam_panic/pam_panic.c
@@ -15,6 +15,7 @@ LICENSE : GNU-GPLv3
15
#include <sys/wait.h>
16
#include <regex.h>
17
#include <string.h>
18
+#include <locale.h>
19
#include <security/pam_modules.h>
20
#include <security/pam_ext.h>
21
#include <syslog.h>
src/pam_panic_pw/pam_panic_pw.c
@@ -16,6 +16,7 @@ LICENSE : GNU-GPLv3
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>
#include <crypt.h>
#include "../config.h"
22
#include "../../lib/gettext.h"
0 commit comments