From d9f4cc876d523560f97156ceda1905ee34ffdaae Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 31 Dec 2020 18:58:03 +0100 Subject: Include i18n header after defining GETTEXT_PACKAGE macro --- sendto/plugins/upnp/upnp.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sendto/plugins/upnp') diff --git a/sendto/plugins/upnp/upnp.c b/sendto/plugins/upnp/upnp.c index 62cb2cb..9843cbb 100644 --- a/sendto/plugins/upnp/upnp.c +++ b/sendto/plugins/upnp/upnp.c @@ -25,9 +25,12 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif #include + #include #include "caja-sendto-plugin.h" -- cgit v1.2.1