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:
bde 2002-09-10 12:45:02 +00:00
parent 76b3173c28
commit 35091030c1
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>