From e2448a8112e1e2d0eb74c5ee24133137fa4db12a Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Thu, 2 Jan 2020 22:14:44 +0000 Subject: [PATCH] Explicitly include sys/rman.h instead of relying on getting it via some other header. --- sys/dev/flash/cqspi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/flash/cqspi.c b/sys/dev/flash/cqspi.c index ede6369aa625..7cb3d50d3981 100644 --- a/sys/dev/flash/cqspi.c +++ b/sys/dev/flash/cqspi.c @@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include