Fixed missing declaration of malloc().
This commit is contained in:
parent
b784c223ee
commit
5ce1f070f9
@ -43,7 +43,8 @@ static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93";
|
||||
/* Re-coding of advent in C: data structure routines */
|
||||
|
||||
#include <stdio.h>
|
||||
# include "hdr.h"
|
||||
#include <stdlib.h>
|
||||
#include "hdr.h"
|
||||
|
||||
dstroy(object)
|
||||
int object;
|
||||
|
Loading…
Reference in New Issue
Block a user