Skip to content

Commit

Permalink
Merge pull request #120 from pampanic/develop
Browse files Browse the repository at this point in the history
include locale.h
  • Loading branch information
Bandie authored Mar 22, 2023
2 parents f139c11 + 40da7d3 commit 5f2e578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pam_panic/pam_panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ LICENSE : GNU-GPLv3
#include <sys/wait.h>
#include <regex.h>
#include <string.h>
#include <locale.h>
#include <security/pam_modules.h>
#include <security/pam_ext.h>
#include <syslog.h>
Expand Down
1 change: 1 addition & 0 deletions src/pam_panic_pw/pam_panic_pw.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LICENSE : GNU-GPLv3
#include <time.h>
#include <unistd.h>
#include <sys/stat.h>
#include <locale.h>
#include <crypt.h>
#include "../config.h"
#include "../../lib/gettext.h"
Expand Down

0 comments on commit 5f2e578

Please sign in to comment.