summaryrefslogtreecommitdiff
path: root/pot.c
diff options
context:
space:
mode:
Diffstat (limited to 'pot.c')
-rw-r--r--pot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pot.c b/pot.c
index bfacfe2..e5a1e1d 100644
--- a/pot.c
+++ b/pot.c
@@ -1,3 +1,4 @@
+#include "config.h"
#include "pot.h"
#include <locale.h>
@@ -7,7 +8,7 @@
void gettexton(void)
{
-#ifdef __GETTEXT__
+#ifdef USE_GETTEXT
setlocale(LC_ALL, "");
bindtextdomain("quota", "/usr/share/locale");
textdomain("quota");