Unremoved used #include of <sys/systm.h> for the !GUPROF case.

This commit is contained in:
Bruce Evans 1996-10-25 06:58:53 +00:00
parent 1ab6205ce1
commit 1471a79514
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19169

View File

@ -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 <sys/param.h>
#include <sys/gmon.h>
#ifdef KERNEL
#ifndef GUPROF
#include <sys/systm.h>
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>