]> git.pld-linux.org Git - packages/netsurf.git/blob - netsurf-utf8proc.patch
4243421f71a96fa6b00064fd3ea1385bd8e32c3d
[packages/netsurf.git] / netsurf-utf8proc.patch
1 --- netsurf-3.8/utils/idna.c.orig       2018-12-28 22:24:16.067580948 +0100
2 +++ netsurf-3.8/utils/idna.c    2018-12-28 22:24:43.304247300 +0100
3 @@ -27,7 +27,7 @@
4  #include <stdlib.h>
5  #include <string.h>
6  #include <sys/types.h>
7 -#include <libutf8proc/utf8proc.h>
8 +#include <utf8proc.h>
9  
10  #include "netsurf/inttypes.h"
11  
This page took 0.067026 seconds and 2 git commands to generate.