summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--command.c1
-rw-r--r--mp_core.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/command.c b/command.c
index fc471b106f..7db6894360 100644
--- a/command.c
+++ b/command.c
@@ -55,6 +55,7 @@
#endif
#include "mp_core.h"
+#include "mp_fifo.h"
#define ROUND(x) ((int)((x)<0 ? (x)-0.5 : (x)+0.5))
diff --git a/mp_core.h b/mp_core.h
index 8e4eb663d5..45a0ce2d69 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -127,5 +127,4 @@ void exit_player_with_rc(const char* how, int rc);
char *get_path(const char *filename);
void rm_osd_msg(int id);
void add_subtitles(char *filename, float fps, int silent);
-void mplayer_put_key(int code);
int reinit_video_chain(void);