diff options
Diffstat (limited to 'include/gui/textview.h')
-rw-r--r-- | include/gui/textview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gui/textview.h b/include/gui/textview.h index 91106c0..ff41e7e 100644 --- a/include/gui/textview.h +++ b/include/gui/textview.h | |||
@@ -7,7 +7,8 @@ | |||
7 | * Author: | 7 | * Author: |
8 | * Adam NAILI | 8 | * Adam NAILI |
9 | */ | 9 | */ |
10 | #include "component.h" | 10 | |
11 | #include "gui/component.h" | ||
11 | 12 | ||
12 | typedef struct { | 13 | typedef struct { |
13 | Component component; | 14 | Component component; |