summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-14 23:58:04 +0200
committerbakkeby <[email protected]>2019-09-14 23:58:04 +0200
commit70012dbf2cb8eddddc4ec57ecba4508a9d9664a5 (patch)
tree716edff459a3dba1fef191d203edbd57c88b971a /patch/include.h
parent5501f81b9cbc154a2e85fc82cc9eac913b49d8d8 (diff)
downloaddwm-flexipatch-70012dbf2cb8eddddc4ec57ecba4508a9d9664a5.tar.gz
dwm-flexipatch-70012dbf2cb8eddddc4ec57ecba4508a9d9664a5.zip
Adding selfrestart 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 fb427cf..924ffff 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -44,6 +44,10 @@
#include "rotatestack.h"
#endif
+#if SELFRESTART_PATCH
+#include "selfrestart.h"
+#endif
+
#if SETBORDERPX_PATCH
#include "setborderpx.h"
#endif