summaryrefslogtreecommitdiff
path: root/src/hgl
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2019-03-31 00:15:40 +0000
committerAlexander von Gluck IV <kallisti5@unixzen.com>2019-04-02 16:06:00 -0500
commit5f467fe08e37a08fd12f4826b8a646760c491fec (patch)
tree747eca445bbfd030f2215ff835608b420e4056ef /src/hgl
parent10b90570d1a2e60bd682eddde459ff5b94c5c7ea (diff)
haiku: Fix hgl dispatch build. Tested under meson/scons.
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/hgl')
-rw-r--r--src/hgl/GLDispatcher.h2
1 files changed, 1 insertions, 1 deletions
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"