Fix compilation of profiled kernels by including <machine/lock.h>

This commit is contained in:
Poul-Henning Kamp 2000-10-14 08:34:27 +00:00
parent 412916079c
commit 990e680b90

View File

@ -46,6 +46,7 @@ void bintr __P((void));
void btrap __P((void));
void eintr __P((void));
void user __P((void));
#include <machine/lock.h>
#endif
/*