From b5ed673f32e33363d94d8156bda052465b0c9121 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Mar 2008 23:35:24 +0000 Subject: Add necessary #includes to pass 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26163 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'command.h') 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); -- cgit v1.2.3