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/maprules.c | |
parent | 0802a2824c06d294ea42f0f6256644da5c0038c2 (diff) |
Add xkbfile to symlink.sh, conditionally include "config.h" in
xc/lib/xkbfile
Diffstat (limited to 'xkb/maprules.c')
-rw-r--r-- | xkb/maprules.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xkb/maprules.c b/xkb/maprules.c index 330f9fe90..e7e369d2e 100644 --- a/xkb/maprules.c +++ b/xkb/maprules.c @@ -26,6 +26,9 @@ ********************************************************/ /* $XFree86: xc/lib/xkbfile/maprules.c,v 3.17 2002/11/26 01:43:25 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include <ctype.h> #include <stdlib.h> |