diff options
Diffstat (limited to 'libstdc++/include/cassert')
-rw-r--r-- | libstdc++/include/cassert | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++/include/cassert b/libstdc++/include/cassert index 38b518d..5753e34 100644 --- a/libstdc++/include/cassert +++ b/libstdc++/include/cassert @@ -32,4 +32,8 @@ * can be included multiple times with different definition of NDEBUG, hence the * absence of include guards. */ + +#ifndef BIONIC_LIBSTDCPP_INCLUDE_CASSERT__ +#define BIONIC_LIBSTDCPP_INCLUDE_CASSERT__ +#endif #include <assert.h> |