summaryrefslogtreecommitdiff
path: root/libc/bios/bios_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/bios/bios_vid.c')
-rw-r--r--libc/bios/bios_vid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/bios/bios_vid.c b/libc/bios/bios_vid.c
index cc49736..8bf375a 100644
--- a/libc/bios/bios_vid.c
+++ b/libc/bios/bios_vid.c
@@ -4,7 +4,7 @@
*/
/* Various possible console types */
-#define VT52_CON /* IMO the best, no clear to EOS/EOL yet */
+#define VT52_CON /* IMO the best, no clear to EOS/EOL tho */
#define XANSI_CON /* Largest but still not complete */
#define XDUMB_CON /* Can't do much */
#define XSPEC_CON /* Incomplete, best for slow links */
@@ -13,7 +13,7 @@
#ifdef __AS386_16__
#ifdef __STANDALONE__
-#include <dos.h>
+#include <bios.h>
#include <errno.h>
int errno;