mgieseki / dvisvgm

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

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

Closed thesamesam closed 2 years ago

thesamesam commented 2 years 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 2 years ago

Thank you for the info and the patch.

thesamesam commented 2 years ago

Thank you!