diff mc-parse.c @ 935:7672a37e7545 default tip

Raspbery PI ARM support begin
author kono
date Sat, 24 Dec 2016 03:02:57 +0000
parents 949ed26efba9
children
line wrap: on
line diff
--- a/mc-parse.c	Sat Dec 24 11:00:47 2016 +0900
+++ b/mc-parse.c	Sat Dec 24 03:02:57 2016 +0000
@@ -20,7 +20,7 @@
 ***********************************************************************/
 
 #include <stdio.h>
-// #include <stdlib.h>  // for malloc
+#include <stdlib.h>  // for malloc
 // this in ./stdio.h
 //extern     void * malloc(size_t size);
 //extern     void * realloc(void *ptr, size_t size);