Don't depend <machine/cpufunc.h> including <sys/types.h>.

This commit is contained in:
Bruce Evans 1997-07-01 00:29:33 +00:00
parent a24a66635c
commit 72ef571982
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27126

View File

@ -4,8 +4,10 @@
* modified for FreeBSD 2.1 by Gary Jennejohn - 12FEB95
*/
#include <machine/cpufunc.h> /* for inb/outb */
#include <sys/reboot.h> /* for RB_SERIAL */
#include <sys/types.h>
#include <sys/reboot.h> /* for RB_SERIAL */
#include <machine/cpufunc.h> /* for inb/outb */
short *videomem;
int curs;