Skip to content

Commit 5f2e578

Browse files
authored
Merge pull request #120 from pampanic/develop
include locale.h
2 parents f139c11 + 40da7d3 commit 5f2e578

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pam_panic/pam_panic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LICENSE : GNU-GPLv3
1515
#include <sys/wait.h>
1616
#include <regex.h>
1717
#include <string.h>
18+
#include <locale.h>
1819
#include <security/pam_modules.h>
1920
#include <security/pam_ext.h>
2021
#include <syslog.h>

src/pam_panic_pw/pam_panic_pw.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LICENSE : GNU-GPLv3
1616
#include <time.h>
1717
#include <unistd.h>
1818
#include <sys/stat.h>
19+
#include <locale.h>
1920
#include <crypt.h>
2021
#include "../config.h"
2122
#include "../../lib/gettext.h"

0 commit comments

Comments
 (0)