intel/tools: include stdarg.h in error2aub
authorJonathan Gray <jsg@jsg.id.au>
Thu, 1 Nov 2018 04:07:32 +0000 (15:07 +1100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 1 Nov 2018 10:27:26 +0000 (10:27 +0000)
commitae8e81b0e300e9ad5c3635378cc0467e8d50f239
treeab61da152ef219db337458250d0bd57ef7d2a977
parent68dc591af16ebb36814e4c187e4998948103c99c
intel/tools: include stdarg.h in error2aub

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@jsg.id.au>
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/tools/error2aub.c