1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/news/pan/files/patch-pan_general_text-match.cc
2021-08-02 19:47:10 -07:00

18 lines
350 B
C++

--- pan/general/text-match.cc.orig 2021-08-03 01:57:31 UTC
+++ pan/general/text-match.cc
@@ -18,11 +18,9 @@
*/
#include <config.h>
-extern "C" {
- #include <ctype.h>
- #include <glib.h>
- #include <glib/gi18n.h>
-}
+#include <ctype.h>
+#include <glib.h>
+#include <glib/gi18n.h>
#include "debug.h"
#include "log.h"
#include "text-match.h"