Now includes stdlib.h to avoid implicit call declarations.

This commit is contained in:
dtrg 2005-06-25 15:50:40 +00:00
parent 4ed4d8423f
commit 35bd1df1aa
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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