1
0
şunun yansıması https://git.tukaani.org/xz.git eşitlendi 2025-10-23 01:22:55 +00:00

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.
Bu işleme şunda yer alıyor:
Lasse Collin 2020-02-20 18:54:04 +02:00
ebeveyn fddd31175e
işleme 57360bb4fd

Dosyayı Görüntüle

@ -14,6 +14,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "tuklib_gettext.h"
#include "tuklib_progname.h"