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/Shell.c | |
parent | b0a241cf7c7ab3840929da3b1aabdda7bab22517 (diff) |
- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8
- add build system for lib/Xt
Diffstat (limited to 'src/Shell.c')
-rw-r--r-- | src/Shell.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Shell.c b/src/Shell.c index 12762d6..b3e57b8 100644 --- a/src/Shell.c +++ b/src/Shell.c @@ -66,6 +66,9 @@ in this Software without prior written authorization from The Open Group. #define DEFAULT_WM_TIMEOUT 5000 #endif +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "IntrinsicI.h" #include "StringDefs.h" #include "Shell.h" |