Add back sys/reboot.h which is needed.

This commit is contained in:
njl 2004-05-06 02:57:24 +00:00
parent 3d06d54b9d
commit ed742a54c4

View File

@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kthread.h>
#include <sys/bus.h>
#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/sysctl.h>
#include <sys/unistd.h>
#include <sys/power.h>