contrib/bc: include assert.h when building with C11 or newer

This chunk should have been committed with the MFV commit
23210c9f42 but was missing for an unknown reasn.

MFC after:	3 days
This commit is contained in:
Stefan Eßer 2022-03-09 18:57:30 +01:00
parent 72df847a94
commit b66d67d97a

View File

@ -37,9 +37,6 @@
#define BC_LANG_H
#include <stdbool.h>
#if BC_C11
#include <assert.h>
#endif // BC_C11
#if BC_C11
#include <assert.h>