diff command.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 7470a625bbdd
children 6eb659782586
line wrap: on
line diff
--- a/command.c	Thu Mar 27 19:58:00 2008 +0000
+++ b/command.c	Fri Mar 28 01:07:59 2008 +0000
@@ -4,6 +4,7 @@
 #include <string.h>
 
 #include "config.h"
+#include "command.h"
 #include "input/input.h"
 #include "stream/stream.h"
 #include "libmpdemux/demuxer.h"