Fix build on some architectures after r340413. On amd64 epoch.h
appeared to be included implicitly.
This commit is contained in:
parent
030cd8e907
commit
90bd0c6d35
@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/epoch.h>
|
||||
#include <sys/rangelock.h>
|
||||
#include <sys/resourcevar.h>
|
||||
#include <sys/sdt.h>
|
||||
|
Loading…
Reference in New Issue
Block a user