mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
a0676fc963
PR: 256200
18 lines
350 B
C++
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"
|