Fix malloc.h include warnings.

PR:		42472
Submitted by:	mich@freebsdcluster.org (maintainer)
Approved by:	pat
This commit is contained in:
Adam Weinberger 2002-10-22 04:38:30 +00:00
parent 8c5eb3f157
commit 529cb4a7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68570

View file

@ -14,7 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mich@freebsdcluster.org
GNU_CONFIGURE= yes
USE_REINPLACE= yes
MAN1= ah-tty.1
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/dillib/vty/vtlabel.c
.include <bsd.port.mk>