egl-static: Fix build error.
authorVinson Lee <vlee@freedesktop.org>
Mon, 13 Jan 2014 23:51:50 +0000 (15:51 -0800)
committerVinson Lee <vlee@freedesktop.org>
Mon, 13 Jan 2014 23:54:26 +0000 (15:54 -0800)
Fix build regression introduced with commit
786af2f963925df2c2a6fb60b29a83e8340f03c7.

egl_pipe.c:46:38: fatal error: radeonsi/radeonsi_public.h: No such file or directory
 #include "radeonsi/radeonsi_public.h"
                                      ^

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73578
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/gallium/targets/egl-static/egl_pipe.c

index e5100c173e6e15250fe3b74507821223bf807ee4..eb1cff9c76b456839aca40e8483690d2823ca9a0 100644 (file)
@@ -43,7 +43,7 @@
 /* for r600 */
 #include "r600/r600_public.h"
 /* for radeonsi */
-#include "radeonsi/radeonsi_public.h"
+#include "radeonsi/si_public.h"
 /* for vmwgfx */
 #include "svga/drm/svga_drm_public.h"
 #include "svga/svga_public.h"