about summary refs log tree commit diff stats
path: root/src/title_bar.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-22 02:01:49 +0000
committerJames Booth <boothj5@gmail.com>2012-11-22 02:01:49 +0000
commitc5b4fc4a80563390610938e36c6e9dc71337c754 (patch)
tree3480e2d8fbcc6d489db2210cf798e8b26926d889 /src/title_bar.c
parent1adbc171949066a8716d17f550fe15696ce19410 (diff)
downloadprofani-tty-c5b4fc4a80563390610938e36c6e9dc71337c754.tar.gz
Added input text to theme
Diffstat (limited to 'src/title_bar.c')
-rw-r--r--src/title_bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/title_bar.c b/src/title_bar.c
index 1ebe4f09..08c8c6db 100644
--- a/src/title_bar.c
+++ b/src/title_bar.c
@@ -24,6 +24,7 @@
 #include <string.h>
 
 #include "common.h"
+#include "theme.h"
 #include "ui.h"
 
 static WINDOW *title_bar;