]> Savannah Git Hosting - gnulib.git/commitdiff
stddef tests: Fix compilation error (regression 2023-01-15).
authorBruno Haible <bruno@clisp.org>
Mon, 16 Jan 2023 16:58:30 +0000 (17:58 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 16 Jan 2023 17:01:41 +0000 (18:01 +0100)
* tests/test-stddef.c: Don't include <stdalign.h>.

ChangeLog
tests/test-stddef.c

index 0051e3237fa764c01a0343f530611035940f9496..26e312133c85b89556ab75ebbb5b006465785c65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-01-16  Bruno Haible  <bruno@clisp.org>
+
+       stddef tests: Fix compilation error (regression 2023-01-15).
+       * tests/test-stddef.c: Don't include <stdalign.h>.
+
 2023-01-16  Bruno Haible  <bruno@clisp.org>
 
        mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0.
index 25ad00e49055421b28855f8019ac0d5c6ff2dc53..1d674b3cea3a8aa295df67d351927ae43ad14300 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <stddef.h>
 #include <limits.h>
-#include <stdalign.h>
 
 /* Check that appropriate types are defined.  */
 wchar_t a = 'c';