diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:16 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-17 21:25:16 +0000 |
commit | 0b4b811191a1e74356b7ff78a09107e29a7ef695 (patch) | |
tree | 768103a94f00e51c47c5c69eeaa0a124cf9368ac /src/sm_process.c | |
parent | 5004ef0b757c1cd7e4ceaa1759914f938d5ea295 (diff) |
- Conditionally include config.h in xc/lib/SMXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_10
- Add libSM to symlink.sh
- Add SM build system
Diffstat (limited to 'src/sm_process.c')
-rw-r--r-- | src/sm_process.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sm_process.c b/src/sm_process.c index c770236..ab3ec0b 100644 --- a/src/sm_process.c +++ b/src/sm_process.c @@ -31,6 +31,9 @@ in this Software without prior written authorization from The Open Group. * Author: Ralph Mor, X Consortium */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <X11/SM/SMlib.h> #include "SMlibint.h" |