From: Zen Dodd Date: Sat, 18 Jul 2026 07:13:11 +0000 (+1000) Subject: testsuite: C23 bool compatibility X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2a24e85814accd3f54f594d04d96041ce7de507;p=thirdparty%2Frsync.git testsuite: C23 bool compatibility --- diff --git a/wildtest.c b/wildtest.c index df87f924..5867bb1c 100644 --- a/wildtest.c +++ b/wildtest.c @@ -23,6 +23,7 @@ #include "lib/wildmatch.c" #include +#include #ifdef COMPARE_WITH_FNMATCH #include @@ -32,10 +33,6 @@ int fnmatch_errors = 0; int wildmatch_errors = 0; -#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 202311L -typedef char bool; -#endif - int output_iterations = 0; int explode_mod = 0; int empties_mod = 0;