Skip to content

Commit

Permalink
FIX: support compilation with libxml2 2.12.0
Browse files Browse the repository at this point in the history
libxml2 2.12.0 does some refactoring about functions prototypes places.
`xmlParseFile` definition is in `libxml/parser.h` anyway so include
this header file.

Closes #962 .
  • Loading branch information
mtasaka authored and ddennedy committed Nov 30, 2023
1 parent e30264c commit 7c4fd4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/jackrack/jack_rack.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include <ctype.h>

#include <ladspa.h>
#include <libxml/parser.h>
#include <libxml/tree.h>

#include "jack_rack.h"
Expand Down

0 comments on commit 7c4fd4f

Please # to comment.