From 823803d5937e1002d21e24b2a37ad2891e691527 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 2 Sep 2011 10:31:39 -0400 Subject: Add conditional include config.h to source files as done in libXaw Expections: TexTr.c, sharedlib.c ans generated lex and yacc C code. XawI18n.h needs HAVE_WCTYPE_H and HAVE_WCHAR_H. Signed-off-by: Gaetan Nadon --- src/MultiSrc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/MultiSrc.c') diff --git a/src/MultiSrc.c b/src/MultiSrc.c index 7457732..b53fa50 100644 --- a/src/MultiSrc.c +++ b/src/MultiSrc.c @@ -58,6 +58,9 @@ in this Software without prior written authorization from the X Consortium. * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include #include -- cgit v1.2.3