Rationalised use of #includes to be more standards-compliant.

This commit is contained in:
dtrg
2006-07-20 23:04:15 +00:00
parent cf4417431f
commit 35f2f8b043
6 changed files with 16 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
static char rcsid[] = "$Id$";
#endif
#include <stdlib.h>
#include <stdio.h>
#include "param.h"
#include "types.h"
@@ -427,7 +428,6 @@ coreinit() {
short *myalloc(size) register size; {
register short *p,*q;
extern char *malloc();
p = (short *)malloc(size);
if (p == 0)