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>
Tue, 9 Oct 2012 16:12:41 +0000 (09:12 -0700)
commit7cb8764ca39cb7f325d6da10a8b11bf24adf2ae0
tree07642f14deef43bf6a6032bcc16cd00528f73864
parentb6346749a839325e938fbb225af06006bc711ac5
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>
src/mesa/drivers/dri/intel/intel_screen.c