瀏覽代碼

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>
tags/18.2-branchpoint
Ross Burton 7 年之前
父節點
當前提交
3c288da5ee
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/mesa/drivers/dri/i965/brw_bufmgr.h

+ 2
- 0
src/mesa/drivers/dri/i965/brw_bufmgr.h 查看文件

@@ -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…
取消
儲存