diff ueda/sverp/elaborate.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/elaborate.c	Mon Jul 20 00:45:40 2015 +0000
+++ b/ueda/sverp/elaborate.c	Mon Jul 20 00:53:19 2015 +0000
@@ -3,12 +3,12 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <strings.h>
 #include "struct.h"
 #include "lexer.h"	/* for MAXDIGITS */
 
-extern char *malloc();
-
 struct output_net *output_net_head;
 struct output_element *output_element_head;
 int total_good_nets, total_singular_nets, total_null_nets;