intel: Add missing #include <time.h>
authorQuentin Glidic <sardemff7@sardemff7.net>
Tue, 9 Oct 2012 13:15:47 +0000 (15:15 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Oct 2012 18:30:52 +0000 (11:30 -0700)
commit3913cd19b82802449dad2008ff4cfc1d546c05a6
treef47e2bcda31f4b4aab7efc28cc90f2744867a755
parentd56ee2433578ff10ca47b76e2303b2bf70270b7a
intel: Add missing #include <time.h>

Commit 006c1a3c652803e2ff8d5f7ea55c9cb5d8353279 introduced a call to
clock_gettime, but failed to include <time.h>, breaking the build in
some cases.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
(cherry picked from commit 7cb8764ca39cb7f325d6da10a8b11bf24adf2ae0)
src/mesa/drivers/dri/intel/intel_screen.c