1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the

former, not after.
This commit is contained in:
Bruce Evans 2004-06-20 00:33:14 +00:00
parent 209205620c
commit 4df7435a78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130755

View File

@ -135,9 +135,9 @@
#ifndef LOCORE
#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/queue.h>
#ifdef PAE