changeset 35586:be4dcfb3620c

Include config.h in generated help messages file. There are some #ifdef directives in it.
author ib
date Fri, 14 Dec 2012 17:15:46 +0000
parents 7d8f561558fc
children eedf3dee7159
files help/help_create.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/help/help_create.sh	Fri Dec 14 02:16:36 2012 +0000
+++ b/help/help_create.sh	Fri Dec 14 17:15:46 2012 +0000
@@ -40,6 +40,8 @@
 #ifndef MPLAYER_HELP_MP_H
 #define MPLAYER_HELP_MP_H
 
+#include "config.h"
+
 EOF
 
 cat "$TRANSLATION" >> "$TARGET"