Include <sys/malloc.h> instead of depending on namespace pollution 2

layers deep in <sys/proc.h> or <sys/vnode.h>.
This commit is contained in:
Bruce Evans 2002-09-10 12:45:02 +00:00
parent 9acd1f1521
commit cebf94317e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103183
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/systm.h>

View File

@ -48,6 +48,7 @@
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/mac.h>
#include <sys/malloc.h>
#include <sys/mount.h>
#include <sys/proc.h>
#include <sys/systm.h>