Now includes stdlib.h to avoid implicit call declarations.
This commit is contained in:
parent
4ed4d8423f
commit
35bd1df1aa
|
@ -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…
Reference in a new issue