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:
@@ -39,6 +39,7 @@
|
|||||||
#include "mtypes.h"
|
#include "mtypes.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
#include "util/hash_table.h"
|
#include "util/hash_table.h"
|
||||||
|
#include "util/simple_list.h"
|
||||||
|
|
||||||
static mtx_t DynamicIDMutex = _MTX_INITIALIZER_NP;
|
static mtx_t DynamicIDMutex = _MTX_INITIALIZER_NP;
|
||||||
static GLuint NextDynamicID = 1;
|
static GLuint NextDynamicID = 1;
|
||||||
|
Reference in New Issue
Block a user