mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
mesa: Include simple_list.h explicitly in errors.c.
This seems to be the only user of simple_list in core mesa not including the header explicitly. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
f7aad9da20
commit
08a1046f67
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#include "mtypes.h"
|
||||
#include "version.h"
|
||||
#include "util/hash_table.h"
|
||||
#include "util/simple_list.h"
|
||||
|
||||
static mtx_t DynamicIDMutex = _MTX_INITIALIZER_NP;
|
||||
static GLuint NextDynamicID = 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue