From 89e5ef8917af900558c2d275f5d5c4c703520ead Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Tue, 4 Oct 2022 17:09:07 +0200 Subject: [PATCH] Fix kernel build after 754cb545b68ba0a1643792763d000018ffe2afec . By adding missing include file for powerpc64, QORIQ64. Differential Revision: https://reviews.freebsd.org/D36565 MFC after: 1 week Sponsored by: NVIDIA Networking --- sys/ddb/db_sym.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 8883d84fcac..43a0b544747 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #include #include