drivers.h: fix machine includes
This commit is contained in:
parent
65a87d5bcb
commit
7fcec4ef61
1 changed files with 2 additions and 0 deletions
|
@ -25,8 +25,10 @@
|
|||
#include <minix/bitmap.h>
|
||||
|
||||
#include <machine/interrupt.h> /* IRQ vectors and miscellaneous ports */
|
||||
#if defined(__i386__)
|
||||
#include <machine/bios.h> /* BIOS index numbers */
|
||||
#include <machine/ports.h> /* Well-known ports */
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Reference in a new issue