mesa: Include simple_list.h explicitly in errors.c.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 8 Jun 2015 11:46:58 +0000 (14:46 +0300)
committerFrancisco 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

index 2aa1deb635f4f3dd0359c24bc32df2b58610feab..16f10ddb694779d12252fec374ce7ab8213bd61c 100644 (file)
@@ -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;