aboutsummaryrefslogtreecommitdiff
path: root/apps/window.c
diff options
context:
space:
mode:
authorMarvin Borner2021-03-26 21:55:50 +0100
committerMarvin Borner2021-03-26 22:02:20 +0100
commit05498860e8f7b1e8bb27880bc7526de026694804 (patch)
tree3bddf16e9439a950a3810d45e42a5cefdbcb7663 /apps/window.c
parenta96e9c4c858d47f61b89d879aa0ce6a02bdacb38 (diff)
Renamed libs
Cleaner and more flexible.
Diffstat (limited to 'apps/window.c')
-rw-r--r--apps/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/window.c b/apps/window.c
index 08c4263..4dbf9dc 100644
--- a/apps/window.c
+++ b/apps/window.c
@@ -1,7 +1,7 @@
// MIT License, Copyright (c) 2021 Marvin Borner
#include <assert.h>
-#include <gui.h>
+#include <libgui/gui.h>
#include <print.h>
int main(void)