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>
This commit is contained in:
Quentin Glidic 2012-10-09 15:15:47 +02:00 committed by Kenneth Graunke
parent b6346749a8
commit 7cb8764ca3
1 changed files with 1 additions and 0 deletions

View File

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