summaryrefslogtreecommitdiff
path: root/src/Label.c
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-02 10:31:39 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-04 21:01:25 -0400
commit823803d5937e1002d21e24b2a37ad2891e691527 (patch)
tree6e3b4e98061468c9121ab04cf48c4d7c6ceb0b1a /src/Label.c
parentc1918447b25e0ac2f4fc5311bb6a8527cf74d168 (diff)
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 <memsize@videotron.ca>
Diffstat (limited to 'src/Label.c')
-rw-r--r--src/Label.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Label.c b/src/Label.c
index a8fdddf..c3f8e17 100644
--- a/src/Label.c
+++ b/src/Label.c
@@ -46,6 +46,9 @@ SOFTWARE.
******************************************************************/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
/*
* Label.c - Label widget
*