mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
targets/egl: Fix build by including missing headers.
This commit is contained in:
parent
e34c52da87
commit
69d450856a
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#include "state_tracker/st_api.h"
|
||||
#include "state_tracker/st_gl_api.h"
|
||||
|
||||
PUBLIC struct st_api *
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#include "state_tracker/st_api.h"
|
||||
#include "state_tracker/st_gl_api.h"
|
||||
|
||||
PUBLIC struct st_api *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue