Merge pull request #64 from Bandie/master

Fixes #62
This commit is contained in:
Bandie 2018-10-01 21:07:40 +02:00 committed by GitHub
commit f45658d773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)