This commit is contained in:
2018-10-01 20:51:38 +02:00
parent c893040d4e
commit c824566b50

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)