FreeCalypso > hg > ueda-linux
diff ueda/sverp/prim.c @ 4:7b4f78fcca08
ueda/sverp Linuxified
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 20 Jul 2015 00:53:19 +0000 |
parents | cd92449fdb51 |
children |
line wrap: on
line diff
--- a/ueda/sverp/prim.c Mon Jul 20 00:45:40 2015 +0000 +++ b/ueda/sverp/prim.c Mon Jul 20 00:53:19 2015 +0000 @@ -3,13 +3,13 @@ */ #include <stdio.h> +#include <stdlib.h> +#include <string.h> #include <strings.h> #include "../libueda/xga.h" #include "struct.h" #include "lexer.h" -extern char *malloc(); - extern struct grid_pkg_desc *read_grid_pkg_file(); extern struct module_def *glob_module_list;