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:
parent
209205620c
commit
4df7435a78
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130755
@ -135,9 +135,9 @@
|
||||
|
||||
#ifndef LOCORE
|
||||
|
||||
#include <sys/queue.h>
|
||||
#include <sys/_lock.h>
|
||||
#include <sys/_mutex.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#ifdef PAE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user