Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
missing headers since libxml2 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Nov 21, 2023
1 parent ac9f4ca commit 3c0eb2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmlstarlet/src/trans.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* $Id: trans.c,v 1.19 2004/11/22 02:28:21 mgrouch Exp $ */

#include <config.h>

#include <libxml/xmlsave.h>

#include "trans.h"
#include "xmlstar.h"

Expand Down
1 change: 1 addition & 0 deletions xmlstarlet/src/xml_format.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ THE SOFTWARE.
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/xmlIO.h>
#include <libxml/xmlsave.h>
#include <libxml/HTMLtree.h>
#include <libxml/xinclude.h>
#include <libxml/xpath.h>
Expand Down

0 comments on commit 3c0eb2c

Please sign in to comment.