@@ -1429,6 +1429,7 @@ fi
AC_MSG_CHECKING([if good static asserts compile])
AC_TRY_LINK([
+ #include <stddef.h>
], [
_Static_assert(1, ":)");