diff options
Diffstat (limited to 'news/pan/files/patch-pan_tasks_task-post.cc')
-rw-r--r-- | news/pan/files/patch-pan_tasks_task-post.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/pan/files/patch-pan_tasks_task-post.cc b/news/pan/files/patch-pan_tasks_task-post.cc new file mode 100644 index 000000000000..b8be2d176874 --- /dev/null +++ b/news/pan/files/patch-pan_tasks_task-post.cc @@ -0,0 +1,13 @@ +--- pan/tasks/task-post.cc.orig 2021-08-03 02:05:17 UTC ++++ pan/tasks/task-post.cc +@@ -18,9 +18,7 @@ + */ + + #include <config.h> +-extern "C" { +- #include <glib/gi18n.h> +-} ++#include <glib/gi18n.h> + #include "task-post.h" + #include <pan/general/debug.h> + #include <pan/general/log.h> |