Version bump

This commit is contained in:
Gerben Jan Dijkman
2021-11-11 12:21:25 +01:00
parent 16b1a90300
commit fc24d502ab
4 changed files with 111 additions and 9 deletions

View File

@@ -0,0 +1,28 @@
From c802adfdc5e16f3fc210e8e83bb3b972cd8fdc86 Mon Sep 17 00:00:00 2001
From: Milan Crha <mcrha@redhat.com>
Date: Mon, 1 Nov 2021 16:10:13 +0100
Subject: [PATCH 1/2] I#364 - Camel: Add a missing header include into
camel-hostname-utils.c
Change suggested by Rainer Herzog.
Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/364
---
src/camel/camel-hostname-utils.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/camel/camel-hostname-utils.c b/src/camel/camel-hostname-utils.c
index 723c81d14..8d8d179e6 100644
--- a/src/camel/camel-hostname-utils.c
+++ b/src/camel/camel-hostname-utils.c
@@ -24,6 +24,7 @@
#include <unicode/uchar.h>
#include <unicode/uscript.h>
+#include <unicode/ustring.h>
#include "camel-string-utils.h"
#include "camel-hostname-utils.h"
--
2.32.0