Reorder includes to make it compile again.
authormickey <mickey@openbsd.org>
Thu, 18 Apr 1996 04:11:05 +0000 (04:11 +0000)
committermickey <mickey@openbsd.org>
Thu, 18 Apr 1996 04:11:05 +0000 (04:11 +0000)
sys/arch/i386/isa/pcvt/pcvt_hdr.h

index b41ea8e..b3e427e 100644 (file)
@@ -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>