mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
a0676fc963
PR: 256200
14 lines
310 B
C++
14 lines
310 B
C++
--- 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"
|