intel: Add missing #include <time.h>

Commit 006c1a3c65 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 7cb8764ca3)
This commit is contained in:
Quentin Glidic 2012-10-09 15:15:47 +02:00 committed by Kenneth Graunke
parent d56ee24335
commit 3913cd19b8

View file

@ -26,6 +26,7 @@
**************************************************************************/
#include <errno.h>
#include <time.h>
#include "main/glheader.h"
#include "main/context.h"
#include "main/framebuffer.h"