artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd3583
)
Reorder includes to make it compile again.
author
mickey
<mickey@openbsd.org>
Thu, 18 Apr 1996 04:11:05 +0000
(
04:11
+0000)
committer
mickey
<mickey@openbsd.org>
Thu, 18 Apr 1996 04:11:05 +0000
(
04:11
+0000)
sys/arch/i386/isa/pcvt/pcvt_hdr.h
patch
|
blob
|
history
diff --git
a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index
b41ea8e
..
b3e427e
100644
(file)
--- a/
sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/
sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@
-73,6
+73,7
@@
/* see also: pcvt_ioctl.h */
#include <sys/param.h>
+#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/ioctl.h>
#include <sys/proc.h>
@@
-80,7
+81,6
@@
#include <sys/tty.h>
#include <sys/uio.h>
#include <sys/callout.h>
-#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/syslog.h>
#include <sys/malloc.h>