summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-07 17:48:58 +0200
committerbakkeby <[email protected]>2020-09-07 17:48:58 +0200
commit4379517c25b136f4628c436254a54852542ebadf (patch)
tree8513e13abffb2185dc2d6ae4e48063a7d9a180e1 /patch/include.c
parent260bd11a53d35a63fc722bb64cd417cc942c1858 (diff)
downloaddwm-flexipatch-4379517c25b136f4628c436254a54852542ebadf.tar.gz
dwm-flexipatch-4379517c25b136f4628c436254a54852542ebadf.zip
Adding IPC v1.5.5 patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index e13348e..66eba15 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -138,6 +138,15 @@
#if INPLACEROTATE_PATCH
#include "inplacerotate.c"
#endif
+#if IPC_PATCH
+#include "ipc.c"
+#ifdef VERSION
+#include "ipc/IPCClient.c"
+#include "ipc/yajl_dumps.c"
+#include "ipc/ipc.c"
+#include "ipc/util.c"
+#endif
+#endif // IPC_PATCH
#if INSETS_PATCH
#include "insets.c"
#endif