Missing include
commitbddb0d87e809c96ee810de0e553f02bbe158907d
authorStephan Bergmann <stephan.bergmann@allotropia.de>
Thu, 28 Mar 2024 13:52:36 +0000 (28 14:52 +0100)
committerStephan Bergmann <stephan.bergmann@allotropia.de>
Thu, 28 Mar 2024 19:46:43 +0000 (28 20:46 +0100)
tree3b74158bf0c9f65f31406126e9c4e1748e2bdb00
parent0ce23697cf9ab8e590b41bf5eced515d5f0eb9d9
Missing include

...presumably since 50897e3fe001aeae5a6091ede155088461c798f3 "Drop transitional
header xmlsecurity/xmlsec-wrapper.h",

> xmlsecurity/source/xmlsec/xmlsec_init.cxx:29:9: error: use of undeclared identifier 'xmlSecInit'
>    29 |     if( xmlSecInit() < 0 ) {
>       |         ^
> xmlsecurity/source/xmlsec/xmlsec_init.cxx:55:9: error: use of undeclared identifier 'xmlSecShutdown'
>    55 |         xmlSecShutdown() ;
>       |         ^

etc.

Change-Id: I1aab4bb3601102c4ac0025833b03fa35adc9434e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165465
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
xmlsecurity/source/xmlsec/xmlsec_init.cxx