summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-14 00:36:18 +0200
committerbakkeby <[email protected]>2019-09-14 00:36:18 +0200
commit39e161e54519c8c28d479d69f5a1be88b59e3dac (patch)
tree7d04c12ff971c0eb66eb1b03b27132f861eadd72 /patch/include.c
parentc5b830e6ab1c570f19ff71badc5c4689c78f86f8 (diff)
downloaddwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.tar.gz
dwm-flexipatch-39e161e54519c8c28d479d69f5a1be88b59e3dac.zip
Adding push patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 809a792..982fcfe 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -40,6 +40,10 @@
#include "pertag.c"
#endif
+#if PUSH_PATCH
+#include "push.c"
+#endif
+
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif