summaryrefslogtreecommitdiff
path: root/src/kbd.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 19:10:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commitfa9c66a6560a5009302aff22602ffa3e955726d9 (patch)
tree55215b572a47412f5eefb884517e6b71aaf9ee68 /src/kbd.c
parent0ac5e9e0fc84032c99d9be6c4903afb2d616c97f (diff)
downloadqemu-seabios-fa9c66a6560a5009302aff22602ffa3e955726d9.tar.gz
Rename util.c to string.c and introduce string.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/kbd.c')
-rw-r--r--src/kbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 2e2ced7..2257565 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -11,6 +11,7 @@
#include "bregs.h" // struct bregs
#include "hw/ps2port.h" // ps2_kbd_command
#include "hw/usb-hid.h" // usb_kbd_command
+#include "string.h" // memset
// Bit definitions for BDA kbd_flag[012]
#define KF0_RSHIFT (1<<0)