Skip to content

Commit

Permalink
Update nemo-convert-metadata.c - Fix missing include for newer libxml
Browse files Browse the repository at this point in the history
Fix missing include for newer libxml
  • Loading branch information
leigh123linux authored Dec 5, 2023
1 parent 22f0269 commit b005502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nemo-convert-metadata.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <glib/gi18n.h>
#include <string.h>
#include <libxml/tree.h>
#include <libxml/parser.h>

#include <libnemo-private/nemo-metadata.h>

Expand Down

0 comments on commit b005502

Please sign in to comment.