Include <sys/smp.h> for the prototype of smp_rendezvous().

This commit is contained in:
marcel 2003-10-08 19:55:45 +00:00
parent 7727678538
commit 0ec73b2f4c

View File

@ -54,6 +54,7 @@ __FBSDID("$FreeBSD$");
#include <sys/mman.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/smp.h>
#include <sys/sysctl.h>
#include <sys/systm.h>