mesa: include stdarg.h for va_list
authorJonathan Gray <jsg@jsg.id.au>
Wed, 15 Jul 2015 15:17:37 +0000 (01:17 +1000)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 21 Jul 2015 21:53:00 +0000 (17:53 -0400)
commit4c7196b684fe384599c1a02bf20aec7b6447968d
tree140d12aa0d75c57dd0efff78d139c463073599b8
parenta2a1a5805fd617e7f3cc8be44dd79b50da07ebb9
mesa: include stdarg.h for va_list

Include stdarg.h for va_list.  Unbreaks the build on OpenBSD:

In file included from mesa/program/dummy_errors.c:24:
../src/mesa/main/errors.h:85: error: expected declaration specifiers or '...' before 'va_list'

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/errors.h