summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-03-09 13:23:39 +0100
committerbakkeby <[email protected]>2021-03-09 13:23:39 +0100
commit0f9104285bab49c1e701ea429380ace9230309f0 (patch)
treeec62230fb58bde98c2a284cfda1891b3ce2ef658 /patch/include.h
parent27185a74c4b2311350d029b5aefaa326dd143adf (diff)
downloaddwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.tar.gz
dwm-flexipatch-0f9104285bab49c1e701ea429380ace9230309f0.zip
Adding tab patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 9b3de50..27cf77b 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -249,6 +249,9 @@
#if SWITCHCOL_PATCH
#include "switchcol.h"
#endif
+#if TAB_PATCH
+#include "tab.h"
+#endif
#if TAGALL_PATCH
#include "tagall.h"
#endif