X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fi18n.h;h=f46931de40beab50ee1d622c17886b2f3edf1c40;hb=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=2a613e58feccce3130698cbfb48ed28cb05eafde;hpb=53ac2245c30daf71413dc52b07676bdd823729b4;p=catta diff --git a/avahi-common/i18n.h b/avahi-common/i18n.h index 2a613e5..f46931d 100644 --- a/avahi-common/i18n.h +++ b/avahi-common/i18n.h @@ -20,12 +20,12 @@ USA. ***/ +#ifdef ENABLE_NLS + #if !defined(GETTEXT_PACKAGE) #error "Something is very wrong here, config.h needs to be included first" #endif -#ifdef ENABLE_NLS - #include #define _(String) dgettext(GETTEXT_PACKAGE, String)