mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-15 07:54:13 +00:00
Don't try to declare malloc(), include stdlib.h
This commit is contained in:
parent
063659e840
commit
8d8ec278f4
@ -30,6 +30,7 @@ static char *id = "@(#) uraid.c 1.52 4/23/92 (Venue & Fuji Xerox)";
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef ISC
|
||||
#include <sys/bsdtypes.h>
|
||||
@ -917,8 +918,6 @@ device_before_raid()
|
||||
union wait status;
|
||||
#endif /* SUNDISPLAY */
|
||||
|
||||
char *malloc();
|
||||
|
||||
int_timer_off();
|
||||
|
||||
#if (defined(XWINDOW) && defined(SYSVSIGNALS) && defined(SIGIO))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user