mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Fixed missing declaration of malloc().
This commit is contained in:
parent
b784c223ee
commit
5ce1f070f9
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue