Fix build on some architectures after r340413. On amd64 epoch.h

appeared to be included implicitly.
This commit is contained in:
Gleb Smirnoff 2018-11-14 00:33:03 +00:00
parent 07436eeb49
commit 6febf18036
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340423

View File

@ -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>