Added #include <sys/proc.h>

Submitted by:	Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>
This commit is contained in:
Yoshihiro Takahashi 2001-07-10 09:59:52 +00:00
parent 5bfebe7bec
commit 214de8c67f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79524
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/lock.h>
#include <sys/proc.h>
#include <sys/mutex.h>
#include <sys/module.h>
#ifdef PC98

View File

@ -57,6 +57,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/lock.h>
#include <sys/proc.h>
#include <sys/mutex.h>
#include <sys/module.h>
#ifdef PC98