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/Tip.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/Tip.c')
-rw-r--r-- | src/Tip.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ * Rights, permissions, and disclaimer per the above XFree86 license. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include <X11/Xaw3d/Xaw3dP.h> #include <X11/IntrinsicP.h> #include <X11/StringDefs.h> |