Read config from gettext.h
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 17:13:30 +0000 (19:13 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 24 Jul 2011 17:13:34 +0000 (19:13 +0200)
Otherwise the USE_GETTEXT define might not be visible.

src/gettext.h

index 7c3a6ffab6799049cfab1b0f3e9953402f36aa50..493f9b21ba09e2bd6c1cce8591a28e10875ff98e 100644 (file)
@@ -1,3 +1,5 @@
+#include "config.h" // for USE_GETTEXT
+
 #if USE_GETTEXT
 #include <libintl.h>
 #else