Include sys/lock.h before sys/rwlock.h. If anything used to bring it for us

before, it does not anymore.
This commit is contained in:
cognet 2009-06-23 18:36:42 +00:00
parent 504701419d
commit 00b1736179

View File

@ -72,6 +72,7 @@ __FBSDID("$FreeBSD$");
#include <sys/socket.h>
#include <sys/kernel.h>
#include <sys/random.h>
#include <sys/lock.h>
#include <sys/rwlock.h>
#include <sys/sysctl.h>