aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtimer')
-rw-r--r--src/gtimer/gtimer.c2
-rw-r--r--src/gtimer/gtimer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gtimer/gtimer.c b/src/gtimer/gtimer.c
index e3262ec1..dc177f7e 100644
--- a/src/gtimer/gtimer.c
+++ b/src/gtimer/gtimer.c
@@ -5,7 +5,7 @@
* http://ugfx.org/license.html
*/
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GTIMER || defined(__DOXYGEN__)
diff --git a/src/gtimer/gtimer.h b/src/gtimer/gtimer.h
index 6803ac66..db740e1c 100644
--- a/src/gtimer/gtimer.h
+++ b/src/gtimer/gtimer.h
@@ -29,7 +29,7 @@
#ifndef _GTIMER_H
#define _GTIMER_H
-#include "gfx.h"
+#include "../../gfx.h"
#if GFX_USE_GTIMER || defined(__DOXYGEN__)