summarylogtreecommitdiffstats
path: root/add_gi18n_h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'add_gi18n_h.patch')
-rw-r--r--add_gi18n_h.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/add_gi18n_h.patch b/add_gi18n_h.patch
new file mode 100644
index 000000000000..189ef7585fd2
--- /dev/null
+++ b/add_gi18n_h.patch
@@ -0,0 +1,13 @@
+diff --git a/src/marker.h b/src/marker.h
+index 334bc32a..fda32735 100644
+--- a/src/marker.h
++++ b/src/marker.h
+@@ -23,7 +23,7 @@
+ #define __MARKER_H__
+
+ #include <gtk/gtk.h>
+-
++#include <glib/gi18n.h>
+ GtkApplication *marker_get_app (void);
+ void marker_create_new_window (void);
+ void marker_create_new_window_from_file (GFile *file);