[Mesa-dev] [PATCH] haiku: Fix hgl dispatch build. Tested under meson/scons.

Alexander von Gluck IV kallisti5 at unixzen.com
Sun Mar 31 00:22:17 UTC 2019


---
 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"
 
-- 
2.20.1



More information about the mesa-dev mailing list