diff runtime/builtin.c @ 53:70af7fa155d0

Cleaned up some C warnings and added a simple compile script
author Mike Pavone <pavone@retrodev.com>
date Thu, 29 Apr 2010 04:32:54 +0000
parents 079200bc3e75
children 04baa003de5a
line wrap: on
line diff
--- a/runtime/builtin.c	Wed Apr 28 01:23:30 2010 -0400
+++ b/runtime/builtin.c	Thu Apr 29 04:32:54 2010 +0000
@@ -4,6 +4,7 @@
 #include "bool.h"
 #include <stddef.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 void register_builtin_type(uint32_t type)