summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-05 23:56:43 +0200
committerbakkeby <[email protected]>2019-10-05 23:56:43 +0200
commitac4269a4f28f29bad9a319993ad814830248f89a (patch)
treeeabfabfca7ce1b90129364b9e21f53a2418f5b06 /patch/include.c
parentf096d003d9c33ec08f1d563e8f52c44f32ed80c8 (diff)
downloaddwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.tar.gz
dwm-flexipatch-ac4269a4f28f29bad9a319993ad814830248f89a.zip
Adding cmdcustomize 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 084f64e..8f4a0d0 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -24,6 +24,10 @@
#include "cfacts.c"
#endif
+#if CMDCUSTOMIZE
+#include "cmdcustomize.c"
+#endif
+
#if COMBO_PATCH
#include "combo.c"
#endif