瀏覽代碼

Now includes stdlib.h to avoid implicit call declarations.

dtrg 19 年之前
父節點
當前提交
ed1ddc5baa
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      mach/minixST/cv/cv.c
  2. 1 0
      mach/vax4/cv/cv.c
  3. 1 0
      modules/src/system/stop.c

+ 1 - 0
mach/minixST/cv/cv.c

@@ -9,6 +9,7 @@
  * Convert ACK a.out file to ST-Minix object format.
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <out.h>
 #include <assert.h>

+ 1 - 0
mach/vax4/cv/cv.c

@@ -9,6 +9,7 @@
  * Convert ACK a.out file to VAX Berkeley Unix object format.
  */
 
+#include <stdlib.h>
 #include <stdio.h>
 #include <out.h>
 #include <assert.h>

+ 1 - 0
modules/src/system/stop.c

@@ -4,6 +4,7 @@
  */
 /* $Id$ */
 
+#include <stdlib.h>
 #include <system.h>
 
 void