Include lock.h before mutex.h.

This commit is contained in:
Gleb Smirnoff 2013-10-27 17:12:31 +00:00
parent 123fe3962d
commit 3122bb3880
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257218

View File

@ -146,6 +146,7 @@ struct ether_addr {
# endif /* _KERNEL */
# include <sys/selinfo.h>
# include <sys/lock.h>
# include <sys/mutex.h>
# define KRWLOCK_FILL_SZ 56
# define KMUTEX_FILL_SZ 56