diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 15:38:31 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-18 15:38:31 +0000 |
commit | 605a76dcc93e277e1b26841a0225b7e0fb851b76 (patch) | |
tree | 4d5910a2810d892fb26d85977071bacea22c9969 /src/TMparse.c | |
parent | b0a241cf7c7ab3840929da3b1aabdda7bab22517 (diff) | |
download | xorg-lib-libXt-605a76dcc93e277e1b26841a0225b7e0fb851b76.tar.gz |
- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8
- add build system for lib/Xt
Diffstat (limited to 'src/TMparse.c')
-rw-r--r-- | src/TMparse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TMparse.c b/src/TMparse.c index 5aed5c4..25522fb 100644 --- a/src/TMparse.c +++ b/src/TMparse.c @@ -60,6 +60,9 @@ in this Software without prior written authorization from The Open Group. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "StringDefs.h" #include <ctype.h> |