X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fgom_internal.h;h=2038c267433f54ce24024a4df8c5fe2c00008d57;hb=e5f86c3d527897be1f7e7135ffdfc023831aaebd;hp=86e34ab0b67ecbcfc33f139c1286b149de18dd72;hpb=1ba5d89350a061b91b74e2d6a8474f7b247ad622;p=gedcom-parse.git diff --git a/gom/gom_internal.h b/gom/gom_internal.h index 86e34ab..2038c26 100644 --- a/gom/gom_internal.h +++ b/gom/gom_internal.h @@ -27,13 +27,13 @@ #include #include #include +#ifdef HAVE_CONFIG_H +#include +#endif #include "gom.h" #include "gedcom.h" -#ifdef WITH_DMALLOC -#include -#endif -#define _(string) gettext(string) +#define _(string) dgettext(PACKAGE, string) #define N_(string) (string) #ifdef __GNUC__