From 70a39df3be6fcfea3746e0e127f3cde03a538869 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 3 Jul 2005 07:01:01 +0000 Subject: Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include or , 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 . --- src/xkbout.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/xkbout.c') 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 +#endif + #ifdef HAVE_CONFIG_H #include #endif -- cgit v1.2.3