Fix gettext

This commit is contained in:
ShadowNinja 2015-02-05 11:49:14 -05:00
parent 9e2a9b55e1
commit 1367e8ffff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef GETTEXT_HEADER
#define GETTEXT_HEADER
//#include "config.h" // for USE_GETTEXT
#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
#include <libintl.h>