diff options
Diffstat (limited to 'camel/camel-html-parser.c')
-rw-r--r-- | camel/camel-html-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-html-parser.c b/camel/camel-html-parser.c index 2a59a136d4..313e40d2af 100644 --- a/camel/camel-html-parser.c +++ b/camel/camel-html-parser.c @@ -30,7 +30,7 @@ #include <stdio.h> #include <string.h> -#include <gal/unicode/gunicode.h> +#include <glib/gunicode.h> #include <ctype.h> /* if defined, must also compile in dump_tag() below somewhere */ |