From f9e5058942c2c7eea21446568dcda02020e90726 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 26 Oct 2003 04:15:17 +0000 Subject: [PATCH] Include global.h, not i18n.h. --- src/poptint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poptint.h b/src/poptint.h index 067439d58..1977614bf 100644 --- a/src/poptint.h +++ b/src/poptint.h @@ -43,7 +43,7 @@ struct poptContext_s { char * otherHelp; }; -#include "i18n.h" +#include "global.h" #define D_(dom, str) _(str) #define POPT_(foo) _(foo)