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:
parent
72df847a94
commit
b66d67d97a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user