[Mesa-dev] [PATCH] intel/tools: include stdarg.h in error2aub

Lionel Landwerlin lionel.g.landwerlin at intel.com
Thu Nov 1 13:23:34 UTC 2018


Pushed to master. Thanks!


On 01/11/2018 10:26, Lionel Landwerlin wrote:
> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
>
> On 01/11/2018 04:07, Jonathan Gray wrote:
>> Include stdarg.h in error2aub.c otherwise it fails to build on
>> OpenBSD due to not finding definitions for va_list va_start va_end.
>>
>> Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
>> Cc: mesa-stable at lists.freedesktop.org
>> ---
>>   src/intel/tools/error2aub.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/src/intel/tools/error2aub.c b/src/intel/tools/error2aub.c
>> index 8a23d5ef1e7..b6e056cbcde 100644
>> --- a/src/intel/tools/error2aub.c
>> +++ b/src/intel/tools/error2aub.c
>> @@ -29,6 +29,7 @@
>>   #include <stdio.h>
>>   #include <stdlib.h>
>>   #include <string.h>
>> +#include <stdarg.h>
>>   #include <zlib.h>
>>     #include "aub_write.h"
>
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev




More information about the mesa-dev mailing list