From f280a0ee6e3cd5909f3e031a5138af7e1918e0c0 Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 26 Oct 2024 22:58:38 +0200 Subject: [PATCH] 3M Microtouch: #include to fix the warnings. --- src/device/mouse_microtouch_touchscreen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device/mouse_microtouch_touchscreen.c b/src/device/mouse_microtouch_touchscreen.c index 1100937ef..442b25b91 100644 --- a/src/device/mouse_microtouch_touchscreen.c +++ b/src/device/mouse_microtouch_touchscreen.c @@ -28,6 +28,7 @@ #include #include #include +#include #include <86box/86box.h> #include <86box/device.h> #include <86box/timer.h>