summaryrefslogtreecommitdiff
path: root/src/maprules.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/maprules.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/maprules.c')
-rw-r--r--src/maprules.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/maprules.c b/src/maprules.c
index e7e369d..03ca51e 100644
--- a/src/maprules.c
+++ b/src/maprules.c
@@ -26,6 +26,10 @@
********************************************************/
/* $XFree86: xc/lib/xkbfile/maprules.c,v 3.17 2002/11/26 01:43:25 dawes Exp $ */
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif