Fix building with GCC 4.2: define data types before referring to them.

This commit is contained in:
David E. O'Brien 2006-06-29 19:37:31 +00:00
parent 4b97d7affd
commit 2e4db89cfc

View file

@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/sx.h>
#include <sys/turnstile.h>
#include <machine/pcb.h>
#include <machine/smp.h>
#ifdef HWPMC_HOOKS