From 81e708440ced309adc62ebf43d00becd32338db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 24 Aug 2005 19:35:51 +0000 Subject: [PATCH] =?UTF-8?q?Wed=20Aug=2024=2015:29:50=202005=20S=C3=B8ren?= =?UTF-8?q?=20Sandmann=20=20Conditionally=20include?= =?UTF-8?q?=20dix-config.h=20Conditionally=20include=20dix-config.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw/xfree86/dixmods/ftmodule.c | 4 ++++ hw/xfree86/dixmods/type1mod.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hw/xfree86/dixmods/ftmodule.c b/hw/xfree86/dixmods/ftmodule.c index 27b2bd2c3..a895d4d20 100644 --- a/hw/xfree86/dixmods/ftmodule.c +++ b/hw/xfree86/dixmods/ftmodule.c @@ -30,6 +30,10 @@ #include #include "xf86Module.h" +#ifdef HAVE_DIX_CONFIG_H +#include +#endif + static MODULESETUPPROTO(freetypeSetup); /* diff --git a/hw/xfree86/dixmods/type1mod.c b/hw/xfree86/dixmods/type1mod.c index 3e8547b50..5b93dbcb3 100644 --- a/hw/xfree86/dixmods/type1mod.c +++ b/hw/xfree86/dixmods/type1mod.c @@ -30,6 +30,10 @@ #include #include "xf86Module.h" +#ifdef HAVE_DIX_CONFIG_H +#include +#endif + static MODULESETUPPROTO(type1Setup); /*