about summary refs log tree commit diff stats
path: root/src/ui/titlebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/titlebar.c')
-rw-r--r--src/ui/titlebar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/titlebar.c b/src/ui/titlebar.c
index e563381b..fc208063 100644
--- a/src/ui/titlebar.c
+++ b/src/ui/titlebar.c
@@ -25,7 +25,7 @@
 
 #include "common.h"
 #include "theme.h"
-#include "ui.h"
+#include "ui/ui.h"
 
 static WINDOW *title_bar;
 static char *current_title = NULL;