From 9e361b327f9bd822237cf5a05fa0470dee5dbc2b Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Fri, 19 Jun 2020 13:01:50 -0700 Subject: [PATCH] Fixed gcc10 issue --- meshcore/KVM/Linux/linux_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore/KVM/Linux/linux_events.h b/meshcore/KVM/Linux/linux_events.h index 1b642b3..d448045 100644 --- a/meshcore/KVM/Linux/linux_events.h +++ b/meshcore/KVM/Linux/linux_events.h @@ -34,7 +34,7 @@ typedef struct x11tst_struct int(*XFlush)(Display *d); KeyCode(*XKeysymToKeycode)(Display *d, KeySym keysym); }x11tst_struct; -x11tst_struct *x11tst_exports; +extern x11tst_struct *x11tst_exports; enum MOUSE_EVENTS { MOUSEEVENTF_LEFTDOWN = 0x0002,