aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/label.c')
-rw-r--r--src/gwin/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/label.c b/src/gwin/label.c
index 5619761a..97588a27 100644
--- a/src/gwin/label.c
+++ b/src/gwin/label.c
@@ -19,7 +19,7 @@
#if GFX_USE_GWIN && GWIN_NEED_LABEL
-#include "gwin/class_gwin.h"
+#include "src/gwin/class_gwin.h"
// macros to assist in data type conversions
#define gh2obj ((GLabelObject *)gh)