From: kettenis Date: Tue, 23 Jan 2024 14:18:11 +0000 (+0000) Subject: Pick up some fixup commits that add #include from X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8f15cb74fca8629ce6b7faf243e70451d5594c5a;p=openbsd Pick up some fixup commits that add #include from https://github.com/jannau/linux/tree/bits/200-dcp --- diff --git a/sys/dev/pci/drm/apple/afk.c b/sys/dev/pci/drm/apple/afk.c index aec269270f3..d844eec43b3 100644 --- a/sys/dev/pci/drm/apple/afk.c +++ b/sys/dev/pci/drm/apple/afk.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0-only OR MIT /* Copyright 2022 Sven Peter */ +#include #include #include #include diff --git a/sys/dev/pci/drm/apple/iomfb.c b/sys/dev/pci/drm/apple/iomfb.c index 1f69eb10766..b179c183f46 100644 --- a/sys/dev/pci/drm/apple/iomfb.c +++ b/sys/dev/pci/drm/apple/iomfb.c @@ -2,6 +2,7 @@ /* Copyright 2021 Alyssa Rosenzweig */ #include +#include #include #include #include