mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Unremoved used #include of <sys/systm.h> for the !GUPROF case.
This commit is contained in:
parent
1ab6205ce1
commit
1471a79514
1 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue