Module: Mesa Branch: master Commit: 5f467fe08e37a08fd12f4826b8a646760c491fec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f467fe08e37a08fd12f4826b8a646760c491fec
Author: Alexander von Gluck IV <[email protected]> Date: Sun Mar 31 00:15:40 2019 +0000 haiku: Fix hgl dispatch build. Tested under meson/scons. Reviewed-by: Brian Paul <[email protected]> --- src/hgl/GLDispatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hgl/GLDispatcher.h b/src/hgl/GLDispatcher.h index 8aaf58a6237..7a4bcd33299 100644 --- a/src/hgl/GLDispatcher.h +++ b/src/hgl/GLDispatcher.h @@ -15,7 +15,7 @@ #include <GL/gl.h> #include <SupportDefs.h> -#include "glheader.h" +#include "main/glheader.h" #include "glapi/glapi.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
