summaryrefslogtreecommitdiff
path: root/sendto/caja-sendto-command.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-31 18:58:03 +0100
committerraveit65 <[email protected]>2021-01-28 21:14:30 +0100
commitd9f4cc876d523560f97156ceda1905ee34ffdaae (patch)
tree6e05dff31883a7272de155b26f4d8d2524ac4ccc /sendto/caja-sendto-command.c
parentc6dba2ce2ec09f2c6202fd1a22f1b5ae89532f50 (diff)
downloadcaja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.bz2
caja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.xz
Include i18n header after defining GETTEXT_PACKAGE macro
Diffstat (limited to 'sendto/caja-sendto-command.c')
-rw-r--r--sendto/caja-sendto-command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c
index 9f46904..1574e7e 100644
--- a/sendto/caja-sendto-command.c
+++ b/sendto/caja-sendto-command.c
@@ -21,10 +21,13 @@
* Author: Roberto Majadas <[email protected]>
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include <string.h>
#include <stdlib.h>
+#include <glib.h>
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
@@ -38,7 +41,6 @@
#define SOEXT ("." G_MODULE_SUFFIX)
-
enum {
COLUMN_ICON,
COLUMN_DESCRIPTION,