File: 05-Add-missing-include-for-libxml.diff

package info (click to toggle)
manaplus 2.1.3.17-8.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 82,208 kB
  • sloc: cpp: 249,446; xml: 7,909; sh: 4,740; pascal: 4,275; makefile: 3,254; ansic: 1,095; objc: 244; sed: 16
file content (24 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 70f56a298e4ffa9f27371333a341efbd3c93bf66 Mon Sep 17 00:00:00 2001
From: akaras <akaras@inbox.ru>
Date: Tue, 25 Jun 2024 18:03:17 +0300
Subject: [PATCH 3/3] Add missing include for libxml

---
 src/utils/xml/libxml.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/utils/xml/libxml.inc b/src/utils/xml/libxml.inc
index c60abd095..cf4c845a9 100644
--- a/src/utils/xml/libxml.inc
+++ b/src/utils/xml/libxml.inc
@@ -24,6 +24,7 @@
 
 #ifdef ENABLE_LIBXML
 
+#include <libxml/parser.h>
 #include <libxml/xmlwriter.h>
 
 __XML_XMLWRITER_H__
-- 
2.45.2