2
0

We use bounds-checked interfaces, so need ext1.

This commit is contained in:
Maarten Billemont 2020-04-20 17:05:37 -04:00
parent 61d1660560
commit 66dd78797b

View File

@ -25,6 +25,7 @@
#endif
MP_LIBS_BEGIN
#define __STDC_WANT_LIB_EXT1__ 1
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>