This commit is contained in:
Bandie 2018-10-01 20:51:38 +02:00
parent c893040d4e
commit c824566b50
Signed by: Bandie
GPG Key ID: C1E133BC65A822DD
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)