1Index: a/parser.y
2===================================================================
3--- a/parser.y
4+++ a/parser.y
5@@ -16,8 +16,9 @@
6 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
7 */
8 #include <math.h>
9 #include <stdint.h>
10+#include <stdlib.h>
11 #define YYSTYPE int32_t
12 extern int32_t end_result;
13 extern int yylex(void);
14 extern int yyerror(const char *);