[Mesa-dev] [PATCH 1/4] mesa: Include simple_list.h explicitly in errors.c.

Francisco Jerez currojerez at riseup.net
Mon Jun 8 07:01:21 PDT 2015


Brian Paul <brianp at vmware.com> writes:

> On 06/08/2015 06:34 AM, Francisco Jerez wrote:
>> This seems to be the only user of simple_list in core mesa not
>> including the header explicitly.
>> ---
>>   src/mesa/main/errors.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
>> index 2aa1deb..16f10dd 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;
>>
>
> For the series, Reviewed-by: Brian Paul <brianp at vmware.com>

Thanks!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150608/81b0a4ae/attachment.sig>


More information about the mesa-dev mailing list