summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-12 00:48:29 +0200
committerbakkeby <[email protected]>2019-09-12 00:48:29 +0200
commit9e17c55d959a1936eeae4e7cb43d30236f5bea61 (patch)
treeec72d684de79beb9192fb36e9068d1b74d6e8994 /patch/include.h
parent706e06be438ec9e20e1ebcfcfbb0ff00bc2d2cc1 (diff)
downloaddwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.tar.gz
dwm-flexipatch-9e17c55d959a1936eeae4e7cb43d30236f5bea61.zip
Adding ewmhtags patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 3e3027c..9226f4d 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -32,6 +32,10 @@
#include "cyclelayouts.h"
#endif
+#if EWMHTAGS_PATCH
+#include "ewmhtags.h"
+#endif
+
#if ROTATESTACK_PATCH
#include "rotatestack.h"
#endif