diff options
author | Javier <dev.git@javispedro.com> | 2022-04-15 21:44:44 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-15 21:44:51 +0200 |
commit | 8aea756f5094de4b357c125b75973d82328e0c31 (patch) | |
tree | 0b3fb480808c9484e40e10e11dc924837c349fa8 /mousetsr.c | |
parent | 6af29dacaaea968955ca1690037a9f6e9e0fb0ff (diff) | |
download | vbados-8aea756f5094de4b357c125b75973d82328e0c31.tar.gz vbados-8aea756f5094de4b357c125b75973d82328e0c31.zip |
rename some headers for consistency
Diffstat (limited to 'mousetsr.c')
-rw-r--r-- | mousetsr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include <i86.h> #include "dlog.h" -#include "ps2.h" +#include "int15ps2.h" #include "int10vga.h" #include "int16kbd.h" #include "int2fwin.h" |