diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-02 10:31:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-04 21:01:25 -0400 |
commit | 823803d5937e1002d21e24b2a37ad2891e691527 (patch) | |
tree | 6e3b4e98061468c9121ab04cf48c4d7c6ceb0b1a /src/Box.c | |
parent | c1918447b25e0ac2f4fc5311bb6a8527cf74d168 (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/Box.c')
-rw-r--r-- | src/Box.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ SOFTWARE. ******************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif /* * Box.c - Box composite widget |