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

appeared to be included implicitly.
This commit is contained in:
glebius 2018-11-14 00:33:03 +00:00
parent 030cd8e907
commit 90bd0c6d35

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>