about summary refs log tree commit diff stats
path: root/src/status_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/status_bar.c
parent1adbc171949066a8716d17f550fe15696ce19410 (diff)
downloadprofani-tty-c5b4fc4a80563390610938e36c6e9dc71337c754.tar.gz
Added input text to theme
Diffstat (limited to 'src/status_bar.c')
-rw-r--r--src/status_bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status_bar.c b/src/status_bar.c
index 37a9bce4..efc12dde 100644
--- a/src/status_bar.c
+++ b/src/status_bar.c
@@ -32,6 +32,7 @@
 #include <ncurses/ncurses.h>
 #endif
 
+#include "theme.h"
 #include "ui.h"
 
 static WINDOW *status_bar;