Merge pull request #64 from Bandie/master

Fixes #62
This commit is contained in:
2018-10-01 21:07:40 +02:00
committed by GitHub

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)