diff ueda/mclutils/mkbom.c @ 3:d098f8548b44

ueda/mclutils Linuxified
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 20 Jul 2015 00:45:40 +0000
parents cd92449fdb51
children df98a82b807e
line wrap: on
line diff
--- a/ueda/mclutils/mkbom.c	Mon Jul 20 00:38:43 2015 +0000
+++ b/ueda/mclutils/mkbom.c	Mon Jul 20 00:45:40 2015 +0000
@@ -3,12 +3,12 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <strings.h>
+#include <unistd.h>
 #include "../libueda/mcl.h"
 
-extern char *optarg;
-extern char *malloc();
-
 extern char *MCLfile;
 extern struct component components[];
 extern int ncomponents;