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/removable-devices/removable-devices.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sendto/plugins/removable-devices') diff --git a/sendto/plugins/removable-devices/removable-devices.c b/sendto/plugins/removable-devices/removable-devices.c index 191c2a7..f64b17c 100644 --- a/sendto/plugins/removable-devices/removable-devices.c +++ b/sendto/plugins/removable-devices/removable-devices.c @@ -19,10 +19,13 @@ * Bastien Nocera */ +#ifdef HAVE_CONFIG_H #include +#endif -#include #include + +#include #include #include "nst-common.h" #include "caja-sendto-plugin.h" @@ -257,4 +260,3 @@ NstPluginInfo plugin_info = { }; NST_INIT_PLUGIN (plugin_info) - -- cgit v1.2.1