From db29869205ecc2d7254698daac3e9027f6c92619 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Mar 2015 19:17:57 -0700 Subject: mesa: include stdio.h where needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of relying on glapi.h or some other header to provide it. Acked-by: Matt Turner Reviewed-by: José Fonseca --- src/mesa/main/errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/errors.c') diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 33c17308a4d..8ffbf413c39 100644 --- a/src/mesa/main/errors.c +++ b/src/mesa/main/errors.c @@ -29,6 +29,7 @@ #include +#include #include "errors.h" #include "enums.h" #include "imports.h" -- cgit v1.2.3