mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
winsys: Add missing headers.
This commit is contained in:
parent
f225042a86
commit
821b3e2302
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "state_tracker/drm_api.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include "intel_drm_winsys.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_atomic.h"
|
||||
#include "util/u_inlines.h"
|
||||
|
||||
/**
|
||||
* Because gem does not have fence's we have to create our own fences.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue