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