diff command.h @ 26131:83c95bd31aab

Add necessary #includes to pass 'make checkheaders'.
author diego
date Tue, 04 Mar 2008 23:35:24 +0000
parents 4129c8cfa742
children 8c92e7e4ccd9
line wrap: on
line diff
--- a/command.h	Tue Mar 04 21:45:36 2008 +0000
+++ b/command.h	Tue Mar 04 23:35:24 2008 +0000
@@ -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);