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

2018-11-01 Thread Lionel Landwerlin
Pushed to master. Thanks! On 01/11/2018 10:26, Lionel Landwerlin wrote: Reviewed-by: Lionel Landwerlin 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:

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

2018-11-01 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin 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 Cc: mesa-sta...@lists.freedesktop.org --- src/intel/tools/

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

2018-10-31 Thread Jonathan Gray
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 Cc: mesa-sta...@lists.freedesktop.org --- src/intel/tools/error2aub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/tool