diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-23 21:47:37 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-23 21:47:37 +0000 |
commit | cc658b573a13f36868c5a2263e0b3ff8d0230b86 (patch) | |
tree | b696a2d52685bcd5fb121502c0eaad0b083f34fa /src/TextSink.c | |
parent | 62b680d868fbe4bfdf1af6e6067d0ef27f773559 (diff) | |
download | xorg-lib-libXaw-cc658b573a13f36868c5a2263e0b3ff8d0230b86.tar.gz |
Conditionally include config.h in xc/lib/Xaw/*.cXORG-6_8_99_9XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
Diffstat (limited to 'src/TextSink.c')
-rw-r--r-- | src/TextSink.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TextSink.c b/src/TextSink.c index a9e111e..75f952f 100644 --- a/src/TextSink.c +++ b/src/TextSink.c @@ -37,6 +37,9 @@ in this Software without prior written authorization from The Open Group. * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <stdlib.h> #include <ctype.h> |