mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
intel: Add missing #include <time.h>
Commit006c1a3c65introduced 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 commit7cb8764ca3)
This commit is contained in:
parent
d56ee24335
commit
3913cd19b8
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
**************************************************************************/
|
||||
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include "main/glheader.h"
|
||||
#include "main/context.h"
|
||||
#include "main/framebuffer.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue