Skip to content

Commit 13db788

Browse files
committed
Add libxml/parser.h include (2)
This is required for libxml2 2.12.0 and above. Missing piece in PR #4745.
1 parent ebb285a commit 13db788

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: imap/jmap_calendar.c

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
#include <unistd.h>
5353
#endif
5454

55+
#include <libxml/parser.h>
56+
5557
#include "acl.h"
5658
#include "annotate.h"
5759
#include "append.h"

0 commit comments

Comments
 (0)