diff parser-cfg.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 0a38ad149c5c
children 7a36d5941fd8
line wrap: on
line diff
--- a/parser-cfg.c	Thu Mar 27 19:58:00 2008 +0000
+++ b/parser-cfg.c	Fri Mar 28 01:07:59 2008 +0000
@@ -19,6 +19,7 @@
 #include <assert.h>
 #endif
 
+#include "parser-cfg.h"
 #include "mp_msg.h"
 #include "m_option.h"
 #include "m_config.h"