* Minor tuning
[fw/sdcc] / src / SDCChasht.h
index dcca3f9eb05c272ee45e3e59955ef530da667280..cd00908e46572e29a154c79119fa6d03ae98a7b7 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifdef _NO_GC
 
+#include <stdlib.h>
 #define GC_malloc malloc
 #define GC_free free
 #define GC_realloc realloc