summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-02 15:18:18 +0200
committerbakkeby <[email protected]>2020-08-02 15:18:18 +0200
commited7a43edf1f682e99d4d9d1796e104b69fb81e1e (patch)
tree10a4bef3ad20bcd6bc693dad02841278c5747759 /patch/include.h
parentf067db87aa875f9290ff9328272d053942fe613b (diff)
downloaddwm-flexipatch-ed7a43edf1f682e99d4d9d1796e104b69fb81e1e.tar.gz
dwm-flexipatch-ed7a43edf1f682e99d4d9d1796e104b69fb81e1e.zip
Adding reorganizetags 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 b3bce6f..245933e 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -137,6 +137,9 @@
#elif PUSH_PATCH
#include "push.h"
#endif
+#if REORGANIZETAGS_PATCH
+#include "reorganizetags.h"
+#endif
#if RESTARTSIG_PATCH
#include "restartsig.h"
#endif