diff options
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hh b/src/common.hh index 95abcaa..53045a9 100644 --- a/src/common.hh +++ b/src/common.hh @@ -13,6 +13,6 @@ # define UNUSED(x) /* x ## _unused */ #endif -#include <cassert> +#include <assert.h> #endif // COMMON_HH |
