From 4442744d5625e41e8b2ff1836a36df2276508a09 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 31 Dec 1996 18:02:22 +0000 Subject: [PATCH] BSD did not traditionally have ; use BSD4_4 instead and include to grab it. --- usr.bin/make/make.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 53ece13b5d19..6afbb74259df 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -1,4 +1,4 @@ -/* $NetBSD: make.h,v 1.12 1996/12/31 17:55:02 christos Exp $ */ +/* $NetBSD: make.h,v 1.13 1996/12/31 18:02:22 christos Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -49,11 +49,12 @@ #define _MAKE_H_ #include +#include #include #include #include -#if !defined(MAKE_BOOTSTRAP) && defined(BSD) +#if !defined(MAKE_BOOTSTRAP) && defined(BSD4_4) # include #else # ifndef __P