Read config from gettext.h

Otherwise the USE_GETTEXT define might not be visible.
This commit is contained in:
Giuseppe Bilotta 2011-07-24 19:13:30 +02:00
parent e00d7ee5be
commit a8e493122e
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#include "config.h" // for USE_GETTEXT
#if USE_GETTEXT
#include <libintl.h>
#else