private.h: include libintl.h to have gettext defined

Patch by Vincent Torri
This commit is contained in:
Boris Faure 2017-06-04 11:29:59 +02:00
parent ec8ed54f25
commit 10cdcdb41c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#endif
#if HAVE_GETTEXT && ENABLE_NLS
#include <libintl.h>
#define _(string) gettext (string)
#else
#define _(string) (string)