From 7e8aa26ddc2ba5742a8efed1bd46be7e1457d696 Mon Sep 17 00:00:00 2001 From: Max Okumoto Date: Sat, 14 May 2005 22:53:17 +0000 Subject: [PATCH] FreeBSD-Date: 2005/05/12 17:40:16 Author: jmallett Include . On my system CVS Make(1) has an implicit declaration of warnc(3) without it. --- usr.bin/make/job.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index ff424f154a..3606fd053b 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -38,7 +38,7 @@ * * @(#)job.c 8.2 (Berkeley) 3/19/94 * $FreeBSD: src/usr.bin/make/job.c,v 1.75 2005/02/10 14:32:14 harti Exp $ - * $DragonFly: src/usr.bin/make/job.c,v 1.97 2005/05/14 22:52:18 okumoto Exp $ + * $DragonFly: src/usr.bin/make/job.c,v 1.98 2005/05/14 22:53:17 okumoto Exp $ */ #ifndef OLD_JOKE @@ -117,6 +117,7 @@ #endif #include #include +#include #include #include #include -- 2.41.0