From: Lasse Collin Date: Thu, 20 Feb 2020 16:54:04 +0000 (+0200) Subject: tuklib_exit: Add missing header. X-Git-Tag: v5.3.2alpha~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57360bb4fd79b358b36d2877db26ac828d1fdfcb;p=thirdparty%2Fxz.git tuklib_exit: Add missing header. strerror() needs 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. --- diff --git a/src/common/tuklib_exit.c b/src/common/tuklib_exit.c index c393be64..aa55620e 100644 --- a/src/common/tuklib_exit.c +++ b/src/common/tuklib_exit.c @@ -14,6 +14,7 @@ #include #include +#include #include "tuklib_gettext.h" #include "tuklib_progname.h"