diff options
Diffstat (limited to 'news/pan/files/patch-pan_gui_progress-view.cc')
-rw-r--r-- | news/pan/files/patch-pan_gui_progress-view.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/news/pan/files/patch-pan_gui_progress-view.cc b/news/pan/files/patch-pan_gui_progress-view.cc new file mode 100644 index 000000000000..5743559db89a --- /dev/null +++ b/news/pan/files/patch-pan_gui_progress-view.cc @@ -0,0 +1,13 @@ +--- pan/gui/progress-view.cc.orig 2021-08-03 02:21:46 UTC ++++ pan/gui/progress-view.cc +@@ -18,9 +18,7 @@ + */ + + #include <config.h> +-extern "C" { +- #include "gtk-compat.h" +-} ++#include "gtk-compat.h" + #include <pan/general/string-view.h> + #include <pan/usenet-utils/mime-utils.h> + #include "progress-view.h" |