diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 66eba15..50af31a 100644 --- a/patch/include.c +++ b/patch/include.c @@ -8,6 +8,9 @@ #if BAR_ALTERNATIVE_TAGS_PATCH #include "bar_alternativetags.c" #endif +#if BAR_ANYBAR_PATCH +#include "bar_anybar.c" +#endif #if BAR_DWMBLOCKS_PATCH && BAR_STATUSCMD_PATCH #include "bar_dwmblocks.c" #endif |
