Skip to content

Commit

Permalink
Added header file inclusion(parser.h) for libxml2 library
Browse files Browse the repository at this point in the history
  • Loading branch information
ggtakec committed Feb 4, 2024
1 parent 5e6f21a commit 787bc00
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 @@ -21,6 +21,7 @@
#ifndef S3FS_S3FS_XML_H_
#define S3FS_S3FS_XML_H_

#include <libxml/parser.h>
#include <libxml/xpath.h>
#include <memory>
#include <string>
Expand Down

0 comments on commit 787bc00

Please sign in to comment.