about summary refs log tree commit diff stats
path: root/title_bar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
committerJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
commit278cd9dd1d2b7ceea766cbe2f1bed050954540a5 (patch)
tree49c75530158485a7a22fba287235b890b4b75150 /title_bar.c
parent1b7170243c157fc73dc9a15b895fcf942b752c37 (diff)
downloadprofani-tty-278cd9dd1d2b7ceea766cbe2f1bed050954540a5.tar.gz
Renamed windows.h -> ui.h
Diffstat (limited to 'title_bar.c')
-rw-r--r--title_bar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/title_bar.c b/title_bar.c
index 113895d8..2b0e08b5 100644
--- a/title_bar.c
+++ b/title_bar.c
@@ -23,7 +23,8 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ncurses.h>
-#include "windows.h"
+
+#include "ui.h"
 
 static WINDOW *title_bar;
 static char *current_title = NULL;