diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 21:51:46 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-13 21:51:46 +0000 |
commit | 7fa782dfd548498474830c7268032ffc5fb406a5 (patch) | |
tree | 172436cce42ec4396618a97e657b981b89a761eb /xkb/xkbout.c | |
parent | 0802a2824c06d294ea42f0f6256644da5c0038c2 (diff) |
Add xkbfile to symlink.sh, conditionally include "config.h" in
xc/lib/xkbfile
Diffstat (limited to 'xkb/xkbout.c')
-rw-r--r-- | xkb/xkbout.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xkb/xkbout.c b/xkb/xkbout.c index 3e81d64ef..059959a3e 100644 --- a/xkb/xkbout.c +++ b/xkb/xkbout.c @@ -26,6 +26,9 @@ ********************************************************/ /* $XFree86: xc/lib/xkbfile/xkbout.c,v 3.9 2001/10/28 03:32:47 tsi Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <ctype.h> #include <stdlib.h> |