summaryrefslogtreecommitdiffstats
path: root/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index c57f81e17c..ffc81be2b5 100644
--- a/command.h
+++ b/command.h
@@ -1,6 +1,9 @@
#ifndef MPLAYER_COMMAND_H
#define MPLAYER_COMMAND_H
+#include "mp_core.h"
+#include "input/input.h"
+
int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
char *property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);