Parcourir la source

Now includes stdlib.h to avoid implicit call declarations.

dtrg il y a 19 ans
Parent
commit
ed1ddc5baa
3 fichiers modifiés avec 3 ajouts et 0 suppressions
  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