]> git.ipfire.org Git - thirdparty/xz.git/commit
tuklib_exit: Add missing header.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 20 Feb 2020 16:54:04 +0000 (18:54 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 20 Feb 2020 16:54:04 +0000 (18:54 +0200)
commit57360bb4fd79b358b36d2877db26ac828d1fdfcb
treefbc9f7f0a6d1524192d22b52066ecaf2cdb0ebec
parentfddd31175e74a538997a939d930462fde17d2dd4
tuklib_exit: Add missing header.

strerror() needs <string.h> which happened to be included via
tuklib_common.h -> tuklib_config.h -> sysdefs.h if HAVE_CONFIG_H
was defined. This wasn't tested without config.h before so it
had worked fine.
src/common/tuklib_exit.c