From: Christoph GrĂ¼ninger Date: Tue, 13 May 2025 17:34:04 +0000 (+0200) Subject: Add includes for getopt() and strcasecmp() X-Git-Tag: 0.7.33~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F589%2Fhead;p=thirdparty%2Flibsolv.git Add includes for getopt() and strcasecmp() Found by GCC in C23 mode (implicit-function-declaration). --- diff --git a/src/chksum.c b/src/chksum.c index 1f8ab471..ded8d567 100644 --- a/src/chksum.c +++ b/src/chksum.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "pool.h" diff --git a/tools/repo2solv.c b/tools/repo2solv.c index af9409d7..edf47f35 100644 --- a/tools/repo2solv.c +++ b/tools/repo2solv.c @@ -5,6 +5,7 @@ * for further information */ +#include #include #include #include