diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-08-02 19:30:41 -0700 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-02 19:47:10 -0700 |
commit | a0676fc963bff28aaf70f27f61aba44fa434d13c (patch) | |
tree | a2bd8bb39b493da56151b75fd827ba3f8005a752 /news/pan/files/patch-pan_gui_save-attach-ui.cc | |
parent | emulators/open-vm-tools: Prepare for glib 2.68.3 (diff) |
news/pan: Prepare for glib 2.68.3
PR: 256200
Diffstat (limited to 'news/pan/files/patch-pan_gui_save-attach-ui.cc')
-rw-r--r-- | news/pan/files/patch-pan_gui_save-attach-ui.cc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/news/pan/files/patch-pan_gui_save-attach-ui.cc b/news/pan/files/patch-pan_gui_save-attach-ui.cc new file mode 100644 index 000000000000..e6eab18c14f5 --- /dev/null +++ b/news/pan/files/patch-pan_gui_save-attach-ui.cc @@ -0,0 +1,15 @@ +--- pan/gui/save-attach-ui.cc.orig 2021-08-03 02:27:47 UTC ++++ pan/gui/save-attach-ui.cc +@@ -18,10 +18,8 @@ + */ + + #include <config.h> +-extern "C" { +- #include <glib/gi18n.h> +- #include "gtk-compat.h" +-} ++#include <glib/gi18n.h> ++#include "gtk-compat.h" + #include <pan/general/debug.h> + #include <pan/general/macros.h> + #include <pan/icons/pan-pixbufs.h> |