mgieseki / dvisvgm

A fast DVI, EPS, and PDF to SVG converter
https://dvisvgm.de
GNU General Public License v3.0
306 stars 33 forks source link

configure.ac: fix -Wimplicit-function-declaration #200

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

Clang 16 makes -Wimplicit-function-declaration an error by default. We need to include for exit().

Signed-off-by: Sam James sam@gentoo.org

mgieseki commented 1 year ago

Thank you for the info and the patch.

thesamesam commented 1 year ago

Thank you!