gentoo-ebuilds/app-emulation/fuse/files/fuse-1.6.0-fix-joystick.patch
Viorel Munteanu 5f79fc9c71
app-emulation/fuse: remove svgalib backend
Remove svgalib backend.
Update HOMEPAGE.
Fix gtk dependencies.
Fix build issue with joystick.

Closes: https://bugs.gentoo.org/962069
Closes: https://bugs.gentoo.org/958016
Closes: https://bugs.gentoo.org/921615
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-08-29 16:47:39 +03:00

14 lines
249 B
Diff

https://bugs.gentoo.org/921615
Add missing include
--- a/ui/uijoystick.c
+++ b/ui/uijoystick.c
@@ -38,6 +38,7 @@
#include "input.h"
#include "uijoystick.h"
+#include "peripherals/joystick.h"
#if defined USE_JOYSTICK && defined HAVE_JSW_H