From 96d706cdfc89ba3f683bd73fbebc274e5eaeb9a5 Mon Sep 17 00:00:00 2001 From: rin Date: Mon, 3 May 2021 10:28:26 +0000 Subject: genet(4): Add support for rnd(9). --- sys/dev/acpi/genet_acpi.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/acpi') diff --git a/sys/dev/acpi/genet_acpi.c b/sys/dev/acpi/genet_acpi.c index 67439f64da8..131c5026dbd 100644 --- a/sys/dev/acpi/genet_acpi.c +++ b/sys/dev/acpi/genet_acpi.c @@ -1,4 +1,4 @@ -/* $NetBSD: genet_acpi.c,v 1.4 2021/01/29 15:49:55 thorpej Exp $ */ +/* $NetBSD: genet_acpi.c,v 1.5 2021/05/03 10:28:26 rin Exp $ */ /*- * Copyright (c) 2020 Jared McNeill @@ -29,13 +29,15 @@ #include "opt_net_mpsafe.h" #include -__KERNEL_RCSID(0, "$NetBSD: genet_acpi.c,v 1.4 2021/01/29 15:49:55 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: genet_acpi.c,v 1.5 2021/05/03 10:28:26 rin Exp $"); #include #include #include #include +#include + #include #include #include -- cgit