diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:37:33 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-03 07:37:33 +0000 |
commit | bf6ca6fc3ef9bd61284dc48059d10a560e5c1f28 (patch) | |
tree | c7d764dae30b1400bfdc5a2da6286e582eed02c3 /src/xkberrs.c | |
parent | 70a39df3be6fcfea3746e0e127f3cde03a538869 (diff) |
Fix more include paths; add dix-config.h to XKB code.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14
Diffstat (limited to 'src/xkberrs.c')
-rw-r--r-- | src/xkberrs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xkberrs.c b/src/xkberrs.c index 731d0b5..1b856bc 100644 --- a/src/xkberrs.c +++ b/src/xkberrs.c @@ -28,11 +28,10 @@ #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> -#endif - -#ifdef HAVE_CONFIG_H +#elif defined(HAVE_CONFIG_H) #include <config.h> #endif + #include <stdio.h> #include <ctype.h> #include <stdlib.h> |