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/c5bffedf55b3
branches:  trunk
changeset: 947202:c5bffedf55b3
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 f87d1ffe6908 -r c5bffedf55b3 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