From b66d67d97aa58d0f239056917bbdbab26f41446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 9 Mar 2022 18:57:30 +0100 Subject: [PATCH] contrib/bc: include assert.h when building with C11 or newer This chunk should have been committed with the MFV commit 23210c9f42af94dc but was missing for an unknown reasn. MFC after: 3 days --- contrib/bc/include/lang.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/bc/include/lang.h b/contrib/bc/include/lang.h index fb0c3420aa22..b7d12b53c7f3 100644 --- a/contrib/bc/include/lang.h +++ b/contrib/bc/include/lang.h @@ -37,9 +37,6 @@ #define BC_LANG_H #include -#if BC_C11 -#include -#endif // BC_C11 #if BC_C11 #include