mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
a0676fc963
PR: 256200
14 lines
305 B
C++
14 lines
305 B
C++
--- pan/general/line-reader.cc.orig 2021-08-03 01:56:04 UTC
|
|
+++ pan/general/line-reader.cc
|
|
@@ -1,9 +1,7 @@
|
|
#include <config.h>
|
|
#include <cstdio>
|
|
#include <cstdlib>
|
|
-extern "C"{
|
|
- #include <glib/gi18n.h>
|
|
-}
|
|
+#include <glib/gi18n.h>
|
|
#include <cerrno>
|
|
#include "file-util.h"
|
|
#include "line-reader.h"
|