diff parser-mpcmd.c @ 26263:65d1238b3631

Include some .h files in corresponding .c files Include the corresponding .h file in command.c, parser-cfg.c and parser-mpcmd.c. This allows the compiler to check that the declarations in the .h file match the actual defition.
author uau
date Fri, 28 Mar 2008 01:07:59 +0000
parents 75837c33484b
children a0c602e0caf3
line wrap: on
line diff
--- a/parser-mpcmd.c	Thu Mar 27 19:58:00 2008 +0000
+++ b/parser-mpcmd.c	Fri Mar 28 01:07:59 2008 +0000
@@ -18,6 +18,7 @@
 #include "m_option.h"
 #include "m_config.h"
 #include "playtree.h"
+#include "parser-mpcmd.h"
 
 static int recursion_depth = 0;
 static int mode = 0;