aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_gl3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_gl3d.h')
-rw-r--r--src/gwin/gwin_gl3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_gl3d.h b/src/gwin/gwin_gl3d.h
index b04d49a6..52330029 100644
--- a/src/gwin/gwin_gl3d.h
+++ b/src/gwin/gwin_gl3d.h
@@ -62,7 +62,7 @@ GHandle gwinGGL3DCreate(GDisplay *g, GGL3DObject *gg, const GWindowInit *pInit);
#define gwinGL3DCreate(gg, pInit) gwinGGL3DCreate(GDISP, gg, pInit)
/* Include the gl interface */
-#include "3rdparty/tinygl-0.4-ugfx/include/GL/gl.h"
+#include "../../3rdparty/tinygl-0.4-ugfx/include/GL/gl.h"
#ifdef __cplusplus
}