summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
Diffstat (limited to 'patch')
-rw-r--r--patch/include.c3
-rw-r--r--patch/include.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 8e1d590..49590a7 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -183,6 +183,9 @@
#if PERTAG_PATCH
#include "pertag.c"
#endif
+#if PLACEMOUSE_PATCH
+#include "placemouse.c"
+#endif
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.c"
#elif PUSH_PATCH
diff --git a/patch/include.h b/patch/include.h
index 5ebc442..8703af1 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -179,6 +179,9 @@
#if PERTAG_PATCH
#include "pertag.h"
#endif
+#if PLACEMOUSE_PATCH
+#include "placemouse.h"
+#endif
#if PUSH_NO_MASTER_PATCH
#include "push_no_master.h"
#elif PUSH_PATCH