projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7aad9d
)
mesa: Include simple_list.h explicitly in errors.c.
author
Francisco Jerez
<currojerez@riseup.net>
Mon, 8 Jun 2015 11:46:58 +0000
(14:46 +0300)
committer
Francisco Jerez
<currojerez@riseup.net>
Tue, 9 Jun 2015 10:56:05 +0000
(13:56 +0300)
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>
src/mesa/main/errors.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/errors.c
b/src/mesa/main/errors.c
index 2aa1deb635f4f3dd0359c24bc32df2b58610feab..16f10ddb694779d12252fec374ce7ab8213bd61c 100644
(file)
--- a/
src/mesa/main/errors.c
+++ b/
src/mesa/main/errors.c
@@
-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;