Restore include & typedef needed by dtrace

996b621bec deleted a couple lines too many
This commit is contained in:
Alan Coopersmith 2008-01-02 18:09:26 -08:00
parent 306fde4082
commit 895073f6b4

View File

@ -149,6 +149,8 @@ int ProcInitialConnection();
#ifdef XSERVER_DTRACE
#include "registry.h"
#include <sys/types.h>
typedef const char *string;
#include "Xserver-dtrace.h"
#endif