Skip to content

Commit

Permalink
fix building with libxml 2.12.0
Browse files Browse the repository at this point in the history
Add missing header files requires on build with libxml 2.12.0.
Fixes #848

Signed-off-by: Tomasz Kłoczko <[email protected]>
  • Loading branch information
kloczek committed Nov 22, 2023
1 parent 19711c3 commit c65d5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions snapper/Logger.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <string.h>
#include <sys/types.h>
#include <libxml/tree.h>
#include <libxml/xmlerror.h>
#include <string>
#include <boost/thread.hpp>

Expand Down
1 change: 1 addition & 0 deletions snapper/XmlFile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <cstring>
#include <unistd.h>
#include <libxml/parser.h>

#include "snapper/Exception.h"
#include "snapper/XmlFile.h"
Expand Down

0 comments on commit c65d5a7

Please sign in to comment.