Mesa (master): haiku: Fix hgl dispatch build. Tested under meson/scons.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 2 21:09:31 UTC 2019


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

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Sun Mar 31 00:15:40 2019 +0000

haiku: Fix hgl dispatch build. Tested under meson/scons.

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 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"
 




More information about the mesa-commit mailing list