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

This commit is contained in:
bde 1997-07-01 00:29:33 +00:00
parent 96e11ffc1b
commit 7f06ce2573

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;