Include global.h, not i18n.h.

This commit is contained in:
Pavel Roskin 2003-10-26 04:15:17 +00:00
parent 82688029da
commit f9e5058942

View File

@ -43,7 +43,7 @@ struct poptContext_s {
char * otherHelp;
};
#include "i18n.h"
#include "global.h"
#define D_(dom, str) _(str)
#define POPT_(foo) _(foo)