Fixed to compile on kithrup

This commit is contained in:
Steve Chamberlain 1991-05-25 01:52:23 +00:00
parent 517496c5bc
commit 67099990bc
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@
# endif
*/
#ifndef DONTDECLARE_MALLOC
extern PROTO(PTR,malloc,(unsigned));
extern PROTO(PTR ,realloc, (PTR, unsigned));
extern PROTO(void, free,(PTR));
#endif
/* EXACT TYPES */
typedef char int8e_type;
typedef unsigned char uint8e_type;