Skip to content

main/apache2: fix unknown type name 'xmlChar'

Jingyun Hua requested to merge huajingyun01/aports:master-dev into master
  • This error occurs when building apache2
mod_xml2enc.c: In function 'sniff_encoding':
mod_xml2enc.c:212:53: error: unknown type name 'xmlChar'
  212 |         ctx->xml2enc = xmlDetectCharEncoding((const xmlChar*)ctx->buf,
Edited by Jingyun Hua

Merge request reports