29 lines
808 B
Diff
29 lines
808 B
Diff
|
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
|
||
|
|