Add a missing #include. I suspect this used to get included via some header

pollution that was cleaned up recently, and this file got missed in the
cleanup because it's not attached to the build unless you specifically
request this device in a custom kernel config.
This commit is contained in:
Ian Lepore 2019-06-15 20:20:36 +00:00
parent 1e76aee880
commit 2d5913e4f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349077

View File

@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <sys/kernel.h>
#include <sys/module.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/rman.h>
#include <sys/taskqueue.h>
#include <sys/timepps.h>