aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-03-09 17:57:30 +0000
committerStefan Eßer <se@FreeBSD.org>2022-03-09 17:57:30 +0000
commitb66d67d97aa58d0f239056917bbdbab26f41446a (patch)
tree8852f9e8451ad8dac69046522357cfc94c04018a /contrib/bc
parent72df847a94bccee245a3316e4f848482b9ac2ac2 (diff)
downloadsrc-b66d67d97aa58d0f239056917bbdbab26f41446a.tar.gz
src-b66d67d97aa58d0f239056917bbdbab26f41446a.zip
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
Diffstat (limited to 'contrib/bc')
-rw-r--r--contrib/bc/include/lang.h3
1 files changed, 0 insertions, 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 <stdbool.h>
-#if BC_C11
-#include <assert.h>
-#endif // BC_C11
#if BC_C11
#include <assert.h>