Oops, add missing includes. Pass me the pointy hat.

Reported by:	jake
This commit is contained in:
Maxime Henrion 2003-03-14 00:04:37 +00:00
parent 0357726594
commit 7541142438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112215
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/bus.h>
#include <sys/interrupt.h>
#include <sys/proc.h>

View File

@ -113,6 +113,7 @@
#include <sys/bus.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/smp.h>
#include <sys/systm.h>