From 1471a7951441deee29fb5f745ed67ee5209eb1f2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 25 Oct 1996 06:58:53 +0000 Subject: [PATCH] Unremoved used #include of for the !GUPROF case. --- sys/libkern/mcount.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index e7105d0f8e1b..ac79783372a4 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -36,12 +36,15 @@ static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: mcount.c,v 1.8 1996/08/28 20:15:12 bde Exp $"; + "$Id: mcount.c,v 1.9 1996/10/17 19:32:25 bde Exp $"; #endif #include #include #ifdef KERNEL +#ifndef GUPROF +#include +#endif #include #include #include