From e03198972ca78b03ad13cb49112c03a052bb763b Mon Sep 17 00:00:00 2001
From: Daniel Stone <daniel@fooishbar.org>
Date: Sun, 3 Jul 2005 07:02:09 +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
 <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>.

---
 Xext/EVI.c | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'Xext/EVI.c')

diff --git a/Xext/EVI.c b/Xext/EVI.c
index f4f0eea1f..b59180685 100644
--- a/Xext/EVI.c
+++ b/Xext/EVI.c
@@ -23,6 +23,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
 ********************************************************/
 /* $XFree86: xc/programs/Xserver/Xext/EVI.c,v 3.10tsi Exp $ */
 
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
 #include <X11/X.h>
 #include <X11/Xproto.h>
 #include "dixstruct.h"
-- 
cgit v1.2.3