From 8190422d8002f4cb65b82a57090c0daaccd3e957 Mon Sep 17 00:00:00 2001 From: waltje Date: Fri, 15 Feb 2019 17:37:35 -0500 Subject: [PATCH] Whoopsiewoops. --- src/devices/input/keyboard_xt.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/devices/input/keyboard_xt.c b/src/devices/input/keyboard_xt.c index 6d0d6e7..5174d5f 100644 --- a/src/devices/input/keyboard_xt.c +++ b/src/devices/input/keyboard_xt.c @@ -54,7 +54,9 @@ #include "../sound/sound.h" #include "../sound/snd_speaker.h" #include "../video/video.h" -#include +#ifdef USE_CASSETTE +# include +#endif #include "keyboard.h"