summaryrefslogtreecommitdiff
path: root/include/gui/textview.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gui/textview.h')
-rw-r--r--include/gui/textview.h3
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
12typedef struct { 13typedef struct {
13 Component component; 14 Component component;