summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index cef9234..2964b98 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -20,6 +20,12 @@
#if BAR_LTSYMBOL_PATCH
#include "bar_ltsymbol.c"
#endif
+#if BAR_POWERLINE_STATUS_PATCH
+#include "bar_powerline_status.c"
+#endif
+#if BAR_POWERLINE_TAGS_PATCH
+#include "bar_powerline_tags.c"
+#endif
#if BAR_STATUS_PATCH
#include "bar_status.c"
#endif