From: Eric Engestrom Date: Wed, 16 Oct 2019 10:54:59 +0000 (+0100) Subject: osmesa: add missing #include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27df3e015bd1c0f74461b05a9f5b8c1a3fdf6ee5;p=mesa.git osmesa: add missing #include Fixes: 281466332ba81a4277a1 ("gallium/osmesa: Introduce a test.") Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1947 Signed-off-by: Eric Engestrom Acked-by: Dylan Baker --- diff --git a/src/gallium/targets/osmesa/test-render.c b/src/gallium/targets/osmesa/test-render.c index 62118607713..dc5cac2982e 100644 --- a/src/gallium/targets/osmesa/test-render.c +++ b/src/gallium/targets/osmesa/test-render.c @@ -1,3 +1,4 @@ +#include #include #include #include "GL/osmesa.h"