artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9c036
)
needs explicit proc.h; Nathanael Rensen
author
deraadt
<deraadt@openbsd.org>
Mon, 2 Aug 2010 03:51:39 +0000
(
03:51
+0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 2 Aug 2010 03:51:39 +0000
(
03:51
+0000)
sys/arch/i386/pci/gscpm.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/pci/gscpm.c
b/sys/arch/i386/pci/gscpm.c
index
5d45920
..
eefcec9
100644
(file)
--- a/
sys/arch/i386/pci/gscpm.c
+++ b/
sys/arch/i386/pci/gscpm.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: gscpm.c,v 1.
6 2006/12/12 23:14:27 dim Exp $
*/
+/* $OpenBSD: gscpm.c,v 1.
7 2010/08/02 03:51:39 deraadt Exp $
*/
/*
* Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org>
*
@@
-23,6
+23,7
@@
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/kernel.h>
+#include <sys/proc.h>
#include <sys/sysctl.h>
#ifdef __HAVE_TIMECOUNTER
#include <sys/timetc.h>