diff options
Diffstat (limited to 'news/pan/files/patch-pan_tasks_socket-impl-main.cc')
-rw-r--r-- | news/pan/files/patch-pan_tasks_socket-impl-main.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/news/pan/files/patch-pan_tasks_socket-impl-main.cc b/news/pan/files/patch-pan_tasks_socket-impl-main.cc new file mode 100644 index 000000000000..f7c62379eb79 --- /dev/null +++ b/news/pan/files/patch-pan_tasks_socket-impl-main.cc @@ -0,0 +1,14 @@ +--- pan/tasks/socket-impl-main.cc.orig 2021-08-03 02:06:37 UTC ++++ pan/tasks/socket-impl-main.cc +@@ -30,10 +30,7 @@ + //#include <glib/giochannel.h> + //#include <glib/gstring.h> + +-extern "C" +-{ +- #include <glib.h> +-} ++#include <glib.h> + + #include <pan/tasks/socket.h> + |