diff options
Diffstat (limited to 'src/mouse.c')
-rw-r--r-- | src/mouse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mouse.c b/src/mouse.c index 8e8374cd..92ae9212 100644 --- a/src/mouse.c +++ b/src/mouse.c @@ -6,11 +6,12 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "biosvar.h" // GET_EBDA -#include "util.h" // dprintf #include "bregs.h" // struct bregs #include "hw/ps2port.h" // ps2_mouse_command #include "hw/usb-hid.h" // usb_mouse_command +#include "output.h" // dprintf #include "stacks.h" // stack_hop +#include "util.h" // mouse_init void mouse_init(void) |