commit a3532cf354d1966c89cec5916647e76e48144fd0 parent 4d0bbfacdd6e6683bcf52062598f6d1cefdf6d74 Author: rsc <devnull@localhost> Date: Wed, 13 Jul 2005 03:56:44 +0000 keyboard not mouse Diffstat:
M | src/libdraw/nowsys-keyboard.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libdraw/nowsys-keyboard.c b/src/libdraw/nowsys-keyboard.c @@ -3,7 +3,7 @@ #include <draw.h> #include <thread.h> #include <cursor.h> -#include <mouse.h> +#include <keyboard.h> static int bad(void)