Bah, get it right this time and add sys/lock.h before sys/mutex.h.

This commit is contained in:
Maxime Henrion 2003-03-14 13:30:31 +00:00
parent 62bac311fc
commit 40b63da2a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112235

View file

@ -30,6 +30,7 @@
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/bus.h>
#include <sys/interrupt.h>