Bugzilla – Attachment #75710: Patch for being able to build xorg 7.0 with --enable-debug for bug #152730
}
#ifdef BUILDDEBUG
void
xf86STimestamp(xf86TsPtr* timestamp)
{
gettimeofday((struct timeval*)*timestamp,NULL);
#endif