diff options
Diffstat (limited to 'input/input.h')
-rw-r--r-- | input/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.h b/input/input.h index 16b203a5e7..6af170319b 100644 --- a/input/input.h +++ b/input/input.h @@ -22,7 +22,7 @@ #include "misc/bstr.h" #include "cmd_list.h" -#include "cmd_parse.h" +#include "cmd.h" // For mp_input_put_key(): release all keys that are down. #define MP_INPUT_RELEASE_ALL -1 |