From: Bruno Haible Date: Mon, 16 Jan 2023 16:58:30 +0000 (+0100) Subject: stddef tests: Fix compilation error (regression 2023-01-15). X-Git-Tag: v1.0~1823 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2cf7f442f52f70b3df6eb396eb93ea08e54883c5;p=gnulib.git stddef tests: Fix compilation error (regression 2023-01-15). * tests/test-stddef.c: Don't include . --- diff --git a/ChangeLog b/ChangeLog index 0051e3237f..26e312133c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-01-16 Bruno Haible + + stddef tests: Fix compilation error (regression 2023-01-15). + * tests/test-stddef.c: Don't include . + 2023-01-16 Bruno Haible mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0. diff --git a/tests/test-stddef.c b/tests/test-stddef.c index 25ad00e490..1d674b3cea 100644 --- a/tests/test-stddef.c +++ b/tests/test-stddef.c @@ -20,7 +20,6 @@ #include #include -#include /* Check that appropriate types are defined. */ wchar_t a = 'c';