summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-09-08 15:23:06 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-09-08 15:23:06 -0400
commit0fba09cdfcc78161f5c92bef6cca53e5309656bd (patch)
tree86caef7c8afd385f198f46db1f8a085e6a197976 /Xext
parentc93877100eb98647c5b6b8556730d54677f730b6 (diff)
Include dix-config.h.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xext/xace.c b/Xext/xace.c
index 44aaa421d..14a5e7963 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -17,6 +17,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
********************************************************/
+#ifdef HAVE_DIX_CONFIG_H
+#include <dix-config.h>
+#endif
+
#include <stdarg.h>
#include "windowstr.h"
#include "scrnintstr.h"