summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2015-06-08 14:46:58 +0300
committerFrancisco Jerez <currojerez@riseup.net>2015-06-09 13:56:05 +0300
commit08a1046f6777c589f90eae3fd1e7e41ca364c45c (patch)
treef003b1526612cd4ccd979e2aa8301af316e3bf55 /src/mesa/main
parentf7aad9da20b13c98f77d6a690b327716f39c0a47 (diff)
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>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
index 2aa1deb635..16f10ddb69 100644
--- 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;