Fixed missing declaration of malloc().

This commit is contained in:
Bruce Evans 1996-12-13 13:59:34 +00:00
parent b784c223ee
commit 5ce1f070f9

View File

@ -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;