Mesa (master): egl-static: fix build after recent radeon winsys changes

Marek Olšák mareko at kemper.freedesktop.org
Sun Apr 13 00:37:52 UTC 2014


Module: Mesa
Branch: master
Commit: c3b701d63c01b019a62cf320e9f06f9c12a02ab7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3b701d63c01b019a62cf320e9f06f9c12a02ab7

Author: Simone Scanzoni <nonno.cicala at tiscali.it>
Date:   Sun Apr 13 02:36:20 2014 +0200

egl-static: fix build after recent radeon winsys changes

Signed-off-by: Marek Olšák <marek.olsak at amd.com>

---

 src/gallium/targets/egl-static/egl_pipe.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/targets/egl-static/egl_pipe.c b/src/gallium/targets/egl-static/egl_pipe.c
index 1c36919..4f960a5 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 */




More information about the mesa-commit mailing list