diff --git a/src/gettext.h b/src/gettext.h
index 77fab895b9f96f33e4070f43c03e247faf98b54d..8e6282887632e81e0a9534ec6d6f699823b78aad 100644
--- a/src/gettext.h
+++ b/src/gettext.h
@@ -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>