summaryrefslogtreecommitdiff
path: root/src/xkbout.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-03 07:01:01 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-03 07:01:01 +0000
commit70a39df3be6fcfea3746e0e127f3cde03a538869 (patch)
treef14dd8c424cae5532bf439b20e4ef6d14bdf0737 /src/xkbout.c
parentabca6e76c667a201bf23b73bd681a8c4da892e62 (diff)
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
Diffstat (limited to 'src/xkbout.c')
-rw-r--r--src/xkbout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xkbout.c b/src/xkbout.c
index 059959a..cdf6995 100644
--- a/src/xkbout.c
+++ b/src/xkbout.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/xkbout.c,v 3.9 2001/10/28 03:32:47 tsi Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif