From 895073f6b41d9313cfe748232c492c5e9f76b443 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 2 Jan 2008 18:09:26 -0800 Subject: [PATCH] Restore include & typedef needed by dtrace 996b621bec1bbc4fb21970c75eaec62053bc6ccb deleted a couple lines too many --- dix/dispatch.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dix/dispatch.c b/dix/dispatch.c index 577e17cf0..004509caa 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -149,6 +149,8 @@ int ProcInitialConnection(); #ifdef XSERVER_DTRACE #include "registry.h" +#include +typedef const char *string; #include "Xserver-dtrace.h" #endif