artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2783188
)
include proc.h to fix APMDEBUG build
author
jsg
<jsg@openbsd.org>
Mon, 7 Oct 2024 01:31:22 +0000
(
01:31
+0000)
committer
jsg
<jsg@openbsd.org>
Mon, 7 Oct 2024 01:31:22 +0000
(
01:31
+0000)
sys/arch/i386/i386/apm.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/apm.c
b/sys/arch/i386/i386/apm.c
index
80abd44
..
0516793
100644
(file)
--- a/
sys/arch/i386/i386/apm.c
+++ b/
sys/arch/i386/i386/apm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: apm.c,v 1.13
2 2023/07/02 19:02:27 cheloha Exp $
*/
+/* $OpenBSD: apm.c,v 1.13
3 2024/10/07 01:31:22 jsg Exp $
*/
/*-
* Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved.
@@
-41,6
+41,7
@@
#include <sys/kernel.h>
#include <sys/kthread.h>
#include <sys/rwlock.h>
+#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/clockintr.h>
#include <sys/device.h>