From: Alexander von Gluck IV Date: Sun, 31 Mar 2019 00:15:40 +0000 (+0000) Subject: haiku: Fix hgl dispatch build. Tested under meson/scons. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f467fe08e37a08fd12f4826b8a646760c491fec;p=mesa.git haiku: Fix hgl dispatch build. Tested under meson/scons. Reviewed-by: Brian Paul --- 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 #include -#include "glheader.h" +#include "main/glheader.h" #include "glapi/glapi.h"