From 788db3d826383118d42fd2b4a6c0dccdc05b37f1 Mon Sep 17 00:00:00 2001 From: Thomas Calvert Date: Sun, 2 Mar 2025 19:11:05 +0000 Subject: [PATCH] fixup: link directly to issue --- src/RageInput.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/RageInput.cpp b/src/RageInput.cpp index 9eaa949ff6..ffa81ae97d 100644 --- a/src/RageInput.cpp +++ b/src/RageInput.cpp @@ -7,7 +7,8 @@ #include "LocalizedString.h" #if LINUX -// FIXME: bit gross to include this here, see GH issue #73 +// FIXME: bit gross to include this here, see GH issue #73: +// https://github.com/itgmania/itgmania/issues/73#issuecomment-2597176788 #include "arch/InputHandler/LinuxInputManager.h" #endif