Skip to content

Commit

Permalink
Gentoo + libxml2-2.12 requires inclusion of parser.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec authored and gaul committed Feb 19, 2024
1 parent e89adf6 commit da38dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/s3fs_xml.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#define S3FS_S3FS_XML_H_

#include <libxml/xpath.h>
#include <libxml/parser.h> // [NOTE] nessetially include this header in some environments
#include <memory>
#include <string>

Expand Down

0 comments on commit da38dc7

Please sign in to comment.