mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 20:28:02 +00:00
input/joystick.c: add #include missing from 23cb829072
There was a '#include "keycodes.h"' line missing from commit
23cb829072
, which broke build with --enable-joystick.
This commit is contained in:
parent
e699250908
commit
78dca64301
@ -31,6 +31,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "mp_msg.h"
|
||||
#include "keycodes.h"
|
||||
|
||||
#ifndef JOY_AXIS_DELTA
|
||||
#define JOY_AXIS_DELTA 500
|
||||
|
Loading…
Reference in New Issue
Block a user