Now includes stdlib.h to avoid implicit call declarations.
This commit is contained in:
parent
bc2672d642
commit
ed1ddc5baa
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
*/
|
||||
/* $Id$ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <system.h>
|
||||
|
||||
void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user