Skip to content

Commit

Permalink
Merge pull request #64 from Bandie/master
Browse files Browse the repository at this point in the history
Fixes #62
  • Loading branch information
Bandie authored Oct 1, 2018
2 parents 1f4bcda + c824566 commit f45658d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pam_panic_pw/pam_panic_pw.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LICENSE : GNU-GPLv3
#include <unistd.h>
#include <sys/stat.h>
#include <crypt.h>
#include "config.h"
#include "../config.h"
#include "../../lib/gettext.h"

#define _(String) gettext(String)
Expand Down

0 comments on commit f45658d

Please sign in to comment.