From: Simone Scanzoni Date: Sun, 13 Apr 2014 00:36:20 +0000 (+0200) Subject: egl-static: fix build after recent radeon winsys changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3b701d63c01b019a62cf320e9f06f9c12a02ab7;p=mesa.git egl-static: fix build after recent radeon winsys changes Signed-off-by: Marek Olšák --- diff --git a/src/gallium/targets/egl-static/egl_pipe.c b/src/gallium/targets/egl-static/egl_pipe.c index 1c369199674..4f960a52ffe 100644 --- a/src/gallium/targets/egl-static/egl_pipe.c +++ b/src/gallium/targets/egl-static/egl_pipe.c @@ -51,10 +51,14 @@ #endif /* for r600 */ #if _EGL_PIPE_R600 +#include "radeon/drm/radeon_winsys.h" +#include "radeon/drm/radeon_drm_public.h" #include "r600/r600_public.h" #endif /* for radeonsi */ #if _EGL_PIPE_RADEONSI +#include "radeon/drm/radeon_winsys.h" +#include "radeon/drm/radeon_drm_public.h" #include "radeonsi/si_public.h" #endif /* for vmwgfx */