Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi Add missing include
details: https://anonhg.NetBSD.org/src/rev/9947d6a1c946
branches: trunk
changeset: 1017126:9947d6a1c946
user: martin <martin%NetBSD.org@localhost>
date: Sun Dec 13 08:20:56 2020 +0000
description:
Add missing include
diffstat:
sys/dev/acpi/atppc_acpi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r f2ec7c99fdcf -r 9947d6a1c946 sys/dev/acpi/atppc_acpi.c
--- a/sys/dev/acpi/atppc_acpi.c Sun Dec 13 05:47:08 2020 +0000
+++ b/sys/dev/acpi/atppc_acpi.c Sun Dec 13 08:20:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc_acpi.c,v 1.20 2020/12/11 07:01:27 martin Exp $ */
+/* $NetBSD: atppc_acpi.c,v 1.21 2020/12/13 08:20:56 martin Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc_acpi.c,v 1.20 2020/12/11 07:01:27 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc_acpi.c,v 1.21 2020/12/13 08:20:56 martin Exp $");
#include "opt_atppc.h"
@@ -40,6 +40,7 @@
#include <sys/termios.h>
#include <dev/acpi/acpivar.h>
+#include <dev/acpi/acpi_intr.h>
#include <dev/ic/atppcvar.h>
Home |
Main Index |
Thread Index |
Old Index