diff options
Diffstat (limited to 'py/smallint.c')
-rw-r--r-- | py/smallint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/smallint.c b/py/smallint.c index 186c9c754..5543f126c 100644 --- a/py/smallint.c +++ b/py/smallint.c @@ -28,6 +28,7 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" +#include "smallint.h" bool mp_small_int_mul_overflow(machine_int_t x, machine_int_t y) { // Check for multiply overflow; see CERT INT32-C |