mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
drivers/dri/i965: add missing #include
brw_bufmgr.h uses time_t without include time.h, so the build fails under musl. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
parent
fb9ab2fbd3
commit
3c288da5ee
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/list.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue