Fix include directory for system utf8proc. --- netsurf-3.10/utils/idna.c +++ netsurf-3.10/utils/idna.c @@ -167,7 +167,7 @@ #ifdef WITH_UTF8PROC -#include +#include int32_t idna_contexto[] = { /* CONTEXTO codepoints which have a rule defined */ xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-24tests: Add missing import....This is a followup to 22f95e028f038cee342f455dfc55bd32b804907c. * tests/scripts.scm: Use (guix tests). Ludovic Courtès
2019-03-16tests: Add 'with-environment-variable'....* tests/scripts.scm (with-environment-variable): Move to... * guix/tests.scm (with-environment-variable): ... here. * tests/build-utils.scm ("wrap-program, one input, multiple calls"): Use it instead of 'setenv'. Ludovic Courtès