diff runtime/fixed_alloc.c @ 48:a24eb366195c

Fixed some bugs introduced in previous commit and moved definition of integer methods out of runtime and into the compiler
author Mike Pavone <pavone@retrodev.com>
date Tue, 02 Mar 2010 00:18:49 -0500
parents 1b86a1ee500a
children 3e20ed8959c4
line wrap: on
line diff
--- a/runtime/fixed_alloc.c	Tue Dec 22 01:22:09 2009 -0500
+++ b/runtime/fixed_alloc.c	Tue Mar 02 00:18:49 2010 -0500
@@ -1,5 +1,6 @@
 #include "fixed_alloc.h"
-#include <stdlib.h>
+#include <stdlib.h>
+#include <string.h>
 
 uint16_t max_free[(MAX_SIZE-MIN_SIZE)/STRIDE];